@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/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1413> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "28.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "28.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1694'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.11'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1413'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1414> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "28.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "28.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1695'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.11'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1414'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1415> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "28.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "28.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1696'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.11'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1415'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1416> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "28.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "28.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1697'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.11'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1416'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1417> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "28.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "28.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1698'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.11'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1417'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1418> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "28.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "28.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1699'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.11'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1418'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1419> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "28.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "28.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1700'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.11'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1419'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1420> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "28.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "28.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1701'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.11'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1420'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1421> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "28.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "28.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1702'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.11'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1421'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1422> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "28.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "28.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1703'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.11'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1422'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1423> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "28.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "28.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1704'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.11'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1423'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1424> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "28.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "28.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1705'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.11'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1424'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1425> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "28.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "28.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1706'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.11'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1425'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1426> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "28.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "28.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1707'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.11'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1426'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1427> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "28.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "28.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1708'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.11'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1427'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1428> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "28.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "28.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1709'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.11'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1428'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1429> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "28.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "28.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1710'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.11'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1429'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1430> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "28.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "28.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1711'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.11'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1430'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1431> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "28.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "28.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1712'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.11'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1431'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1432> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "28.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "28.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1713'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.11'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1432'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1433> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "28.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "28.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1714'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.11'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1433'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1434> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "28.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "28.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1715'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.11'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1434'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1435> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.25"^^xsd:decimal ;
  dwc:decimalLongitude "28.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.25 28.11)"^^geo:wktLiteral ;
  geo-pos:lat "42.25"^^xsd:decimal ;
  geo-pos:long "28.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1716'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.11'^^xsd:double;
  dwc:latitude '42.25'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1435'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1513> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1794'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1513'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_431> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1811'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_431'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1548> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1830'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1548'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1549> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1831'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1549'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1550> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1832'^^xsd:integer;
  dwc:scientificName 'Chaetoceros socialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149123'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1550'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '149123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1551> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1833'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1551'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1552> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1834'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1552'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1526> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1807'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1526'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1527> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1808'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1527'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1528> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1809'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1528'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1529> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1810'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1529'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1530> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1812'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1530'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1531> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1813'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1531'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1532> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1814'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1532'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1533> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1815'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1533'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1534> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1816'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1534'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1535> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1817'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1535'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1536> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1818'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1536'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1537> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1819'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1537'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1538> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1820'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1538'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1539> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1821'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1539'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1540> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1822'^^xsd:integer;
  dwc:scientificName 'Cochlodinium geminatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '109765'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1540'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '844050'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1541> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1823'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1541'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1542> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1824'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1542'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1543> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1825'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1543'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1544> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1826'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1544'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1545> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1827'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1545'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1546> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1828'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1546'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1547> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1829'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1547'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1522> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1803'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1522'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1523> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1804'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1523'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1524> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1805'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1524'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1525> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1806'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agiliforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109780'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1525'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '109780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1512> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1793'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1512'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1514> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1795'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1514'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1515> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1796'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1515'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1516> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1797'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1516'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1517> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1798'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1517'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1518> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1799'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1518'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1519> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1800'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1519'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1520> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1801'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1520'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1521> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1802'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1521'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1498> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1779'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1498'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1499> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1780'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1499'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1500> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1781'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1500'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1501> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1782'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1501'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1488> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1769'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1488'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1489> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1770'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1489'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1490> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1771'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agiliforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109780'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1490'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '109780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1491> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1772'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agiliforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109780'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1491'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '109780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1492> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1773'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1492'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1493> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1774'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1493'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1494> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1775'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1494'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1495> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1776'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1495'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1496> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1777'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1496'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1497> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1778'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1497'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1502> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1783'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1502'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1503> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1784'^^xsd:integer;
  dwc:scientificName 'Chaetoceros socialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149123'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1503'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '149123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1504> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1785'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1504'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1505> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1786'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1505'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1506> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1787'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1506'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1507> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1788'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1507'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1508> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1789'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1508'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1509> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1790'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1509'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1510> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1791'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1510'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1511> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1792'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1511'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1485> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1766'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1485'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1486> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1767'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1486'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1487> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 28.26)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1768'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '28.26'^^xsd:double;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1487'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1348> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1629'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1348'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1349> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1630'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1349'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1350> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1631'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1350'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1351> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1632'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1351'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1352> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1633'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1352'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1353> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1634'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1353'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1354> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1635'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1354'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1355> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1636'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1355'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1356> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1637'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1356'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1357> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1638'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1357'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1358> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1639'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1358'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1359> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1640'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1359'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1360> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1641'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1360'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1361> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1642'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1361'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1362> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1643'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1362'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1363> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1644'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1363'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1364> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1645'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1364'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1365> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1646'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1365'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1366> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1647'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1366'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1367> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1648'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1367'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1368> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1649'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1368'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1369> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1650'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1369'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1370> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1651'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1370'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1371> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1652'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1371'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1372> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1653'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1372'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1373> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1654'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1373'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1374> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1655'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1374'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1375> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1656'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1375'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1376> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1657'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1376'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1377> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1658'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1377'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1378> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1659'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1378'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1379> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1660'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1379'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1380> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1661'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1380'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1381> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1662'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1381'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1382> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1663'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1382'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1383> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1664'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1383'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1384> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1665'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1384'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1385> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1666'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1385'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1386> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1667'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1386'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1387> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1668'^^xsd:integer;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1387'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1388> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1669'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1388'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1346> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1627'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1346'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1347> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1628'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1347'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1396> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1677'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1396'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1397> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1678'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1397'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1398> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1679'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1398'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1399> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1680'^^xsd:integer;
  dwc:scientificName 'Dinophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '21005'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1399'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '19542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1400> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1681'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1400'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1401> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1682'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1401'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1402> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1683'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1402'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1403> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1684'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1403'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1404> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1685'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1404'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1405> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1686'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '148917'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1405'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '148917'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1406> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1687'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1406'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1407> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1688'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1407'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1408> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1689'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1408'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1409> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1690'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1409'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1410> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1691'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1410'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1411> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1692'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1411'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1412> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1693'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1412'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1394> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1675'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1394'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1395> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1676'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1395'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1392> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1673'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1392'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1393> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1674'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1393'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1389> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1670'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1389'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1390> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1671'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1390'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1391> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 29)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1672'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1391'^^xsd:string;
  dwc:observationDate '1993-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1458> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1739'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1458'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1460> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1741'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1460'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1461> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1742'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1461'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1462> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1743'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1462'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1463> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1744'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1463'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1464> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1745'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1464'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1465> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1746'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1465'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1472> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1753'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1472'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1459> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1740'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1459'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1466> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1747'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1466'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1467> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1748'^^xsd:integer;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1467'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1468> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1749'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1468'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1469> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1750'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1469'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1470> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1751'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1470'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1471> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1752'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1471'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1473> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1754'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1473'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1474> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1755'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1474'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1475> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1756'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1475'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1476> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1757'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1476'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1477> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1758'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1477'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1478> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1759'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1478'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1479> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1760'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1479'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1480> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1761'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1480'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1481> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1762'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1481'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1482> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1763'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1482'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1483> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1764'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1483'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1484> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 29)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1765'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1484'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1438> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1719'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1438'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1439> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1720'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1439'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1440> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1721'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1440'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1441> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1722'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1441'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1442> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1723'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1442'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1443> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1724'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1443'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1444> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1725'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1444'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1445> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1726'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1445'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1446> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1727'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1446'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1447> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1728'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1447'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1448> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1729'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1448'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1449> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1730'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1449'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1450> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1731'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1450'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1436> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1717'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1436'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1437> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1718'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1437'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1451> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1732'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1451'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1453> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1734'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1453'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1454> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1735'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1454'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1455> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1736'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1455'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1456> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1737'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1456'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1457> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1738'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1457'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1452> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 29)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1733'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29'^^xsd:integer;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1452'^^xsd:string;
  dwc:observationDate '1993-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1306> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.91"^^xsd:decimal ;
  dwc:decimalLongitude "29.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  geo-pos:lat "42.91"^^xsd:decimal ;
  geo-pos:long "29.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1587'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29.96'^^xsd:double;
  dwc:latitude '42.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1306'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1307> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.91"^^xsd:decimal ;
  dwc:decimalLongitude "29.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  geo-pos:lat "42.91"^^xsd:decimal ;
  geo-pos:long "29.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1588'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29.96'^^xsd:double;
  dwc:latitude '42.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1307'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1308> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.91"^^xsd:decimal ;
  dwc:decimalLongitude "29.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  geo-pos:lat "42.91"^^xsd:decimal ;
  geo-pos:long "29.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1589'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29.96'^^xsd:double;
  dwc:latitude '42.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1308'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1309> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.91"^^xsd:decimal ;
  dwc:decimalLongitude "29.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  geo-pos:lat "42.91"^^xsd:decimal ;
  geo-pos:long "29.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1590'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29.96'^^xsd:double;
  dwc:latitude '42.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1309'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1310> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.91"^^xsd:decimal ;
  dwc:decimalLongitude "29.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  geo-pos:lat "42.91"^^xsd:decimal ;
  geo-pos:long "29.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1591'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29.96'^^xsd:double;
  dwc:latitude '42.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1310'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1311> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.91"^^xsd:decimal ;
  dwc:decimalLongitude "29.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  geo-pos:lat "42.91"^^xsd:decimal ;
  geo-pos:long "29.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1592'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29.96'^^xsd:double;
  dwc:latitude '42.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1311'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1312> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.91"^^xsd:decimal ;
  dwc:decimalLongitude "29.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  geo-pos:lat "42.91"^^xsd:decimal ;
  geo-pos:long "29.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1593'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29.96'^^xsd:double;
  dwc:latitude '42.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1312'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1313> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.91"^^xsd:decimal ;
  dwc:decimalLongitude "29.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  geo-pos:lat "42.91"^^xsd:decimal ;
  geo-pos:long "29.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1594'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29.96'^^xsd:double;
  dwc:latitude '42.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1313'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1314> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.91"^^xsd:decimal ;
  dwc:decimalLongitude "29.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  geo-pos:lat "42.91"^^xsd:decimal ;
  geo-pos:long "29.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1595'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29.96'^^xsd:double;
  dwc:latitude '42.91'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1314'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1315> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.91"^^xsd:decimal ;
  dwc:decimalLongitude "29.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  geo-pos:lat "42.91"^^xsd:decimal ;
  geo-pos:long "29.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1596'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29.96'^^xsd:double;
  dwc:latitude '42.91'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1315'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1318> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.91"^^xsd:decimal ;
  dwc:decimalLongitude "29.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  geo-pos:lat "42.91"^^xsd:decimal ;
  geo-pos:long "29.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1599'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29.96'^^xsd:double;
  dwc:latitude '42.91'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1318'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1319> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.91"^^xsd:decimal ;
  dwc:decimalLongitude "29.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  geo-pos:lat "42.91"^^xsd:decimal ;
  geo-pos:long "29.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1600'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29.96'^^xsd:double;
  dwc:latitude '42.91'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1319'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1320> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.91"^^xsd:decimal ;
  dwc:decimalLongitude "29.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  geo-pos:lat "42.91"^^xsd:decimal ;
  geo-pos:long "29.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1601'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29.96'^^xsd:double;
  dwc:latitude '42.91'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1320'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1321> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.91"^^xsd:decimal ;
  dwc:decimalLongitude "29.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  geo-pos:lat "42.91"^^xsd:decimal ;
  geo-pos:long "29.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1602'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29.96'^^xsd:double;
  dwc:latitude '42.91'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1321'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1298> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.91"^^xsd:decimal ;
  dwc:decimalLongitude "29.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  geo-pos:lat "42.91"^^xsd:decimal ;
  geo-pos:long "29.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1579'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29.96'^^xsd:double;
  dwc:latitude '42.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1298'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1299> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.91"^^xsd:decimal ;
  dwc:decimalLongitude "29.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  geo-pos:lat "42.91"^^xsd:decimal ;
  geo-pos:long "29.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1580'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29.96'^^xsd:double;
  dwc:latitude '42.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1299'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1300> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.91"^^xsd:decimal ;
  dwc:decimalLongitude "29.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  geo-pos:lat "42.91"^^xsd:decimal ;
  geo-pos:long "29.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1581'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29.96'^^xsd:double;
  dwc:latitude '42.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1300'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1301> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.91"^^xsd:decimal ;
  dwc:decimalLongitude "29.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  geo-pos:lat "42.91"^^xsd:decimal ;
  geo-pos:long "29.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1582'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29.96'^^xsd:double;
  dwc:latitude '42.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1301'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1302> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.91"^^xsd:decimal ;
  dwc:decimalLongitude "29.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  geo-pos:lat "42.91"^^xsd:decimal ;
  geo-pos:long "29.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1583'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29.96'^^xsd:double;
  dwc:latitude '42.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1302'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1303> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.91"^^xsd:decimal ;
  dwc:decimalLongitude "29.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  geo-pos:lat "42.91"^^xsd:decimal ;
  geo-pos:long "29.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1584'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29.96'^^xsd:double;
  dwc:latitude '42.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1303'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1305> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.91"^^xsd:decimal ;
  dwc:decimalLongitude "29.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  geo-pos:lat "42.91"^^xsd:decimal ;
  geo-pos:long "29.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1586'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29.96'^^xsd:double;
  dwc:latitude '42.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1305'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1304> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.91"^^xsd:decimal ;
  dwc:decimalLongitude "29.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  geo-pos:lat "42.91"^^xsd:decimal ;
  geo-pos:long "29.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1585'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29.96'^^xsd:double;
  dwc:latitude '42.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1304'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1316> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.91"^^xsd:decimal ;
  dwc:decimalLongitude "29.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  geo-pos:lat "42.91"^^xsd:decimal ;
  geo-pos:long "29.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1597'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29.96'^^xsd:double;
  dwc:latitude '42.91'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1316'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1317> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.91"^^xsd:decimal ;
  dwc:decimalLongitude "29.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.91 29.96)"^^geo:wktLiteral ;
  geo-pos:lat "42.91"^^xsd:decimal ;
  geo-pos:long "29.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1598'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '29.96'^^xsd:double;
  dwc:latitude '42.91'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1317'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1322> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1603'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1322'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1323> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1604'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1323'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1324> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1605'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1324'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1325> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1606'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1325'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1326> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1607'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1326'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1327> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1608'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1327'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1328> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1609'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1328'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1329> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1610'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1329'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1330> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1611'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1330'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1331> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1612'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1331'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1332> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1613'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1332'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1333> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1614'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1333'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1334> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1615'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1334'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1335> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1616'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1335'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1336> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1617'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1336'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1337> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1618'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1337'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1338> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1619'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1338'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1339> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1620'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1339'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1340> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1621'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1340'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1342> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1623'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1342'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1341> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1622'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1341'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1343> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1624'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1343'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1344> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1625'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1344'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1345> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1626'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1345'^^xsd:string;
  dwc:observationDate '1993-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1119> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1217'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1119'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1120> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1218'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1120'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1121> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1219'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1121'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11551> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13171'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11551'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11552> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13172'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11552'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11554> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13174'^^xsd:integer;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11554'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11555> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13175'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11555'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11556> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13176'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11556'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11557> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13177'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11557'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11558> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13178'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11558'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11559> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13179'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11559'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11593> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13213'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11593'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11594> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13214'^^xsd:integer;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11594'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11595> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13215'^^xsd:integer;
  dwc:scientificName 'Olisthodiscus luteus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '233765'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11595'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '233765'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11596> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13216'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11596'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11597> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13217'^^xsd:integer;
  dwc:scientificName 'Chilomonas marina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '119080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11597'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '119077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11560> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13180'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11560'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11561> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13181'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11561'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11563> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13183'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11563'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11564> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13184'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11564'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11565> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13185'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11565'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11566> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13186'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11566'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11567> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13187'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11567'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11568> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13188'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11568'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11569> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13189'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11569'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11571> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13191'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11571'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11572> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13192'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11572'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11573> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13193'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11573'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11574> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13194'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11574'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11575> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13195'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11575'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11576> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13196'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11576'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11577> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13197'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11577'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11578> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13198'^^xsd:integer;
  dwc:scientificName 'Diploneis sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149018'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11578'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11579> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13199'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11579'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11580> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13200'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11580'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11581> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13201'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11581'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11582> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13202'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11582'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11583> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13203'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11583'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11584> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13204'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11584'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11585> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13205'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11585'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11586> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13206'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11586'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11587> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13207'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11587'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11588> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13208'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11588'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11589> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13209'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11589'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11590> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13210'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus jonesianus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163178'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11590'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '450730'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11591> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13211'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11591'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11592> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13212'^^xsd:integer;
  dwc:scientificName 'Chrysococcus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '248110'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11592'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '248110'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7017> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8619'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7017'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7018> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8620'^^xsd:integer;
  dwc:scientificName 'Chlorophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '801'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7018'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7019> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8621'^^xsd:integer;
  dwc:scientificName 'Chlorophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '801'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7019'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7020> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8622'^^xsd:integer;
  dwc:scientificName 'Cyanophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146542'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7020'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '146542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7021> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8623'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7021'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7022> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8624'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7022'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7023> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8625'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7023'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7024> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8626'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7024'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7025> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "19"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8627'^^xsd:integer;
  dwc:scientificName 'Bacillaria paradoxa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '19'^^xsd:integer;
  dwc:aphiaid '149317'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7025'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '558243'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7026> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "19"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8628'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '19'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7026'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7027> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "19"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8629'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '19'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7027'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7028> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "19"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8630'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '19'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7028'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7029> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "19"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8631'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '19'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7029'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11553> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13173'^^xsd:integer;
  dwc:scientificName 'Diploneis sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149018'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11553'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1606> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1890'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1606'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1607> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1891'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1607'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1608> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1892'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1608'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1609> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1893'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1609'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1610> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1894'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1610'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1611> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1895'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1611'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1612> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1896'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1612'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1613> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1897'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1613'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1614> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1898'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1614'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1618> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1902'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1618'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1619> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1903'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1619'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1620> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1904'^^xsd:integer;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1620'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1615> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1899'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1615'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1616> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1900'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1616'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1617> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1901'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1617'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1625> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1909'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1625'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1621> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1905'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1621'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1622> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1906'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1622'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1623> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1907'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1623'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1624> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1908'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1624'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1626> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1910'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1626'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1627> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1911'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1627'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1628> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1912'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1628'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8451> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10071'^^xsd:integer;
  dwc:scientificName 'Gymnodinium flavum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232753'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8451'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '232753'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8452> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10072'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8452'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8453> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10073'^^xsd:integer;
  dwc:scientificName 'Gymnodinium lacustre'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '249715'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8453'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '249715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8454> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10074'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8454'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1122> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1220'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1122'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1123> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1221'^^xsd:integer;
  dwc:scientificName 'Thalassiosira sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '148912'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1123'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '148912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1124> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1223'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1124'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1125> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1224'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1125'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1126> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1225'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1126'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5620> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7132'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5620'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5592> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7104'^^xsd:integer;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5592'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5593> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7105'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5593'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5594> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7106'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5594'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5595> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7107'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5595'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5596> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7108'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5596'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5597> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7109'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5597'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5598> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7110'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5598'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5599> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7111'^^xsd:integer;
  dwc:scientificName 'Cochlodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109474'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5599'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '109474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5600> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7112'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5600'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5601> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7113'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5601'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5602> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7114'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5602'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5603> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7115'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5603'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5604> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7116'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5604'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5605> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7117'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5605'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5606> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7118'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5606'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5607> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7119'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5607'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5608> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7120'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5608'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5609> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7121'^^xsd:integer;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5609'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5610> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7122'^^xsd:integer;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5610'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5611> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7123'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5611'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5612> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7124'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149106'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5612'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '149106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5613> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7125'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5613'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5614> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7126'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5614'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5615> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7127'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5615'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5616> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7128'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5616'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5617> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7129'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5617'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5618> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7130'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5618'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5619> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7131'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5619'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11570> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13190'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11570'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11562> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13182'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11562'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_427> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1222'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_427'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8449> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.55 30.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.55"^^xsd:decimal ;
  dwc:decimalLongitude "30.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.55 30.02)"^^geo:wktLiteral ;
  geo-pos:lat "45.55"^^xsd:decimal ;
  geo-pos:long "30.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10069'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.02'^^xsd:double;
  dwc:latitude '45.55'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8449'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8450> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.55 30.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.55"^^xsd:decimal ;
  dwc:decimalLongitude "30.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.55 30.02)"^^geo:wktLiteral ;
  geo-pos:lat "45.55"^^xsd:decimal ;
  geo-pos:long "30.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10070'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.02'^^xsd:double;
  dwc:latitude '45.55'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8450'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13601> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 30.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.61"^^xsd:decimal ;
  dwc:decimalLongitude "30.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 30.04)"^^geo:wktLiteral ;
  geo-pos:lat "45.61"^^xsd:decimal ;
  geo-pos:long "30.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5275'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.04'^^xsd:double;
  dwc:latitude '45.61'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13601'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13602> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 30.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.61"^^xsd:decimal ;
  dwc:decimalLongitude "30.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 30.04)"^^geo:wktLiteral ;
  geo-pos:lat "45.61"^^xsd:decimal ;
  geo-pos:long "30.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5276'^^xsd:integer;
  dwc:scientificName 'Amphidinium extensum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.04'^^xsd:double;
  dwc:latitude '45.61'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13602'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '1368615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13603> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 30.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.61"^^xsd:decimal ;
  dwc:decimalLongitude "30.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 30.04)"^^geo:wktLiteral ;
  geo-pos:lat "45.61"^^xsd:decimal ;
  geo-pos:long "30.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5277'^^xsd:integer;
  dwc:scientificName 'Glenodinium lenticula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.04'^^xsd:double;
  dwc:latitude '45.61'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163828'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13603'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '110001'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13604> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 30.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.61"^^xsd:decimal ;
  dwc:decimalLongitude "30.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 30.04)"^^geo:wktLiteral ;
  geo-pos:lat "45.61"^^xsd:decimal ;
  geo-pos:long "30.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5278'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.04'^^xsd:double;
  dwc:latitude '45.61'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13604'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13605> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 30.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.61"^^xsd:decimal ;
  dwc:decimalLongitude "30.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 30.04)"^^geo:wktLiteral ;
  geo-pos:lat "45.61"^^xsd:decimal ;
  geo-pos:long "30.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5279'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.04'^^xsd:double;
  dwc:latitude '45.61'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13605'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13606> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 30.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.61"^^xsd:decimal ;
  dwc:decimalLongitude "30.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 30.04)"^^geo:wktLiteral ;
  geo-pos:lat "45.61"^^xsd:decimal ;
  geo-pos:long "30.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5280'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.04'^^xsd:double;
  dwc:latitude '45.61'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13606'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12710> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 30.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.61"^^xsd:decimal ;
  dwc:decimalLongitude "30.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 30.04)"^^geo:wktLiteral ;
  geo-pos:lat "45.61"^^xsd:decimal ;
  geo-pos:long "30.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5270'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.04'^^xsd:double;
  dwc:latitude '45.61'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12710'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12711> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 30.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.61"^^xsd:decimal ;
  dwc:decimalLongitude "30.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 30.04)"^^geo:wktLiteral ;
  geo-pos:lat "45.61"^^xsd:decimal ;
  geo-pos:long "30.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5271'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.04'^^xsd:double;
  dwc:latitude '45.61'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12711'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12712> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 30.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.61"^^xsd:decimal ;
  dwc:decimalLongitude "30.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 30.04)"^^geo:wktLiteral ;
  geo-pos:lat "45.61"^^xsd:decimal ;
  geo-pos:long "30.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5272'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.04'^^xsd:double;
  dwc:latitude '45.61'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12712'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12713> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 30.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.61"^^xsd:decimal ;
  dwc:decimalLongitude "30.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 30.04)"^^geo:wktLiteral ;
  geo-pos:lat "45.61"^^xsd:decimal ;
  geo-pos:long "30.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5273'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.04'^^xsd:double;
  dwc:latitude '45.61'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12713'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12714> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 30.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.61"^^xsd:decimal ;
  dwc:decimalLongitude "30.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 30.04)"^^geo:wktLiteral ;
  geo-pos:lat "45.61"^^xsd:decimal ;
  geo-pos:long "30.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5274'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.04'^^xsd:double;
  dwc:latitude '45.61'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12714'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13607> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 30.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.61"^^xsd:decimal ;
  dwc:decimalLongitude "30.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 30.04)"^^geo:wktLiteral ;
  geo-pos:lat "45.61"^^xsd:decimal ;
  geo-pos:long "30.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5281'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.04'^^xsd:double;
  dwc:latitude '45.61'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13607'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13608> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 30.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.61"^^xsd:decimal ;
  dwc:decimalLongitude "30.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 30.04)"^^geo:wktLiteral ;
  geo-pos:lat "45.61"^^xsd:decimal ;
  geo-pos:long "30.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5282'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.04'^^xsd:double;
  dwc:latitude '45.61'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13608'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13609> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 30.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.61"^^xsd:decimal ;
  dwc:decimalLongitude "30.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 30.04)"^^geo:wktLiteral ;
  geo-pos:lat "45.61"^^xsd:decimal ;
  geo-pos:long "30.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5283'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.04'^^xsd:double;
  dwc:latitude '45.61'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13609'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13610> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 30.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.61"^^xsd:decimal ;
  dwc:decimalLongitude "30.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 30.04)"^^geo:wktLiteral ;
  geo-pos:lat "45.61"^^xsd:decimal ;
  geo-pos:long "30.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5284'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.04'^^xsd:double;
  dwc:latitude '45.61'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13610'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13611> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 30.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.61"^^xsd:decimal ;
  dwc:decimalLongitude "30.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 30.04)"^^geo:wktLiteral ;
  geo-pos:lat "45.61"^^xsd:decimal ;
  geo-pos:long "30.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5285'^^xsd:integer;
  dwc:scientificName 'Glenodinium lenticula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.04'^^xsd:double;
  dwc:latitude '45.61'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163828'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13611'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '110001'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13612> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 30.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.61"^^xsd:decimal ;
  dwc:decimalLongitude "30.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 30.04)"^^geo:wktLiteral ;
  geo-pos:lat "45.61"^^xsd:decimal ;
  geo-pos:long "30.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5286'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.04'^^xsd:double;
  dwc:latitude '45.61'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13612'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13613> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 30.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.61"^^xsd:decimal ;
  dwc:decimalLongitude "30.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.61 30.04)"^^geo:wktLiteral ;
  geo-pos:lat "45.61"^^xsd:decimal ;
  geo-pos:long "30.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5287'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.04'^^xsd:double;
  dwc:latitude '45.61'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13613'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1593> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1876'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1593'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1591> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1874'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1591'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1592> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1875'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1592'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1594> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1877'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1594'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1595> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1878'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1595'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1596> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1879'^^xsd:integer;
  dwc:scientificName 'Euglenophyta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '19538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1596'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1597> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1880'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1597'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1584> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1867'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1584'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1585> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1868'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1585'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1586> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1869'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1586'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1587> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1870'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1587'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1588> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1871'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1588'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1589> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1872'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1589'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1590> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1873'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1590'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1555> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1837'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1555'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1556> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1838'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1556'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1557> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1839'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1557'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1558> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1840'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1558'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1559> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1841'^^xsd:integer;
  dwc:scientificName 'Glenodinium lenticula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163828'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1559'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '110001'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1560> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1842'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1560'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1561> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1844'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1561'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1562> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1845'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1562'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1563> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1846'^^xsd:integer;
  dwc:scientificName 'Cyanophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '146542'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1563'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1564> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1847'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1564'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1565> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1848'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1565'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1566> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1849'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1566'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1577> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1860'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1577'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1578> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1861'^^xsd:integer;
  dwc:scientificName 'Dinophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '21005'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1578'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '19542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1579> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1862'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1579'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1580> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1863'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1580'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1581> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1864'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1581'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1582> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1865'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1582'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1583> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1866'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1583'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1570> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1853'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1570'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1571> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1854'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1571'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1572> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1855'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1572'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1573> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1856'^^xsd:integer;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1573'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1574> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1857'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1574'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1575> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1858'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1575'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1576> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1859'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1576'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1598> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1882'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1598'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1599> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1883'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1599'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1600> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1884'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1600'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1601> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1885'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1601'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1602> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1886'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1602'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1603> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1887'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1603'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1604> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1888'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1604'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1605> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1889'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1605'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1567> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1850'^^xsd:integer;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1567'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1568> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1851'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1568'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1569> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1852'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1569'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_422> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1881'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_422'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_428> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1843'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_428'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1553> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1835'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1553'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1554> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.13"^^xsd:decimal ;
  dwc:decimalLongitude "30.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.13 30.1)"^^geo:wktLiteral ;
  geo-pos:lat "45.13"^^xsd:decimal ;
  geo-pos:long "30.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1836'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.1'^^xsd:double;
  dwc:latitude '45.13'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1554'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4105> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 30.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "30.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 30.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "30.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5293'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.32'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4105'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4106> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 30.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "30.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 30.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "30.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5294'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.32'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4106'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4107> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 30.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "30.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 30.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "30.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5295'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.32'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4107'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4108> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 30.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "30.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 30.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "30.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5296'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.32'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4108'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4109> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 30.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "30.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 30.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "30.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5297'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.32'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4109'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13614> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 30.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "30.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 30.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "30.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5288'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.32'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13614'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13615> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 30.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "30.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 30.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "30.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5289'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.32'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13615'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13616> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 30.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "30.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 30.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "30.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5290'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.32'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13616'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13617> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 30.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "30.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 30.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "30.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5291'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.32'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13617'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13618> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 30.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "30.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 30.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "30.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5292'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.32'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13618'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5621> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7133'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.32'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5621'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5622> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7134'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.32'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5622'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5623> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7135'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.32'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5623'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5624> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7136'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.32'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5624'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5625> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7137'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.32'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5625'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5626> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7138'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.32'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5626'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5627> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7139'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.32'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5627'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5628> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7140'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.32'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5628'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5629> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7141'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.32'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5629'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5630> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7142'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.32'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5630'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5631> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7143'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.32'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5631'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5632> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7144'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.32'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5632'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5633> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7145'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.32'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5633'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5634> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7146'^^xsd:integer;
  dwc:scientificName 'Eutreptiella braarudii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.32'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '248121'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5634'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '248121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5635> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7147'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.32'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5635'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5636> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7148'^^xsd:integer;
  dwc:scientificName 'Cochlodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.32'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109474'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5636'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '109474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5637> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7149'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.32'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5637'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5638> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7150'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.32'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5638'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5639> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7151'^^xsd:integer;
  dwc:scientificName 'Peridinium granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.32'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '162785'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5639'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '110223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5640> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7152'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.32'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5640'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1251> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1532'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1251'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1252> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1533'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1252'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1253> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1534'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1253'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1254> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1535'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1254'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1255> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1536'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1255'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1256> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1537'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1256'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1257> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1538'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1257'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1258> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1539'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1258'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1259> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1540'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1259'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1238> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1518'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1238'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1239> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1519'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1239'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1240> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1520'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1240'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1241> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1521'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1241'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1242> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1522'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1242'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1243> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1523'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1243'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1244> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1524'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1244'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1245> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1525'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1245'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1246> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1526'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1246'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1247> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1528'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1247'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1248> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1529'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1248'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1249> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1530'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1249'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1250> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1531'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1250'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1233> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1513'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1233'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1234> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1514'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1234'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1235> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1515'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1235'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1236> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1516'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1236'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1237> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1517'^^xsd:integer;
  dwc:scientificName 'Dictyocha sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157258'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1237'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '157258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11954> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13574'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11954'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11955> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13575'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11955'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11956> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13576'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11956'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11957> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13577'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11957'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11958> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13578'^^xsd:integer;
  dwc:scientificName 'Amphidinium extensum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11958'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '1368615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11959> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13579'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11959'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11960> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13580'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11960'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11961> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13581'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11961'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11962> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13582'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11962'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11963> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13583'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11963'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11964> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13584'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11964'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11965> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13585'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11965'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11966> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13586'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11966'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11967> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13587'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11967'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11968> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13588'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11968'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11969> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13589'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11969'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11970> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13590'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11970'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11971> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13591'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11971'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11972> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13592'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11972'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11973> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13593'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11973'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11974> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13594'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11974'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11975> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13595'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11975'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11976> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13596'^^xsd:integer;
  dwc:scientificName 'Peridinium brevipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '156515'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11976'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11977> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13597'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11977'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11978> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13598'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11978'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11979> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13599'^^xsd:integer;
  dwc:scientificName 'Calyptrosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '235828'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11979'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '235828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11980> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13600'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11980'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11981> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13601'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11981'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11982> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13602'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11982'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11983> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13603'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11983'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11984> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13604'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11984'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11985> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13605'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11985'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11986> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13606'^^xsd:integer;
  dwc:scientificName 'Glenodinium danicum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '110146'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11986'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '233369'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11987> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13607'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11987'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11988> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13608'^^xsd:integer;
  dwc:scientificName 'Peridinium brevipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '156515'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11988'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11989> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13609'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11989'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11990> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13610'^^xsd:integer;
  dwc:scientificName 'Gymnodinium variabile'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109835'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11990'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '109835'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_520> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '145'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_520'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_521> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '146'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_521'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_522> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '147'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_522'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_523> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '148'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_523'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_524> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '149'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_524'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_525> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '150'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_525'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_526> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '152'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_526'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_527> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '153'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_527'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_528> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '154'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_528'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_529> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '155'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_529'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_530> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '156'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_530'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_531> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '157'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_531'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_532> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '158'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_532'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_533> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '159'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_533'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_416> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '144'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_416'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_417> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '151'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_417'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_430> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1527'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_430'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11598> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13218'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11598'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11599> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13219'^^xsd:integer;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11599'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11600> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13220'^^xsd:integer;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11600'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11601> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13221'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11601'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11602> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13222'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11602'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11603> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13223'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11603'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11604> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13224'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11604'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11605> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13225'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11605'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11606> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13226'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11606'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11607> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13227'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11607'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11608> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13228'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11608'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11609> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13229'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11609'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11610> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13230'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11610'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11611> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13231'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11611'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11612> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13232'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11612'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11613> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13233'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11613'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11614> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13234'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11614'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11615> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13235'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11615'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11616> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13236'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11616'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11617> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13237'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11617'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7030> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8632'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7030'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7031> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8633'^^xsd:integer;
  dwc:scientificName 'Chlorophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '801'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7031'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7032> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8634'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7032'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7033> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8635'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7033'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7034> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8636'^^xsd:integer;
  dwc:scientificName 'Dinophysis levanderi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232152'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7034'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '232152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7035> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8637'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7035'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7036> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8638'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7036'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7037> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8639'^^xsd:integer;
  dwc:scientificName 'Bacillaria paradoxa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149317'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7037'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '558243'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7038> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8640'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7038'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7039> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8641'^^xsd:integer;
  dwc:scientificName 'Chlorophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '801'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7039'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7040> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8642'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7040'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7041> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8643'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7041'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7042> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8644'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7042'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7043> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8645'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7043'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7044> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8646'^^xsd:integer;
  dwc:scientificName 'Thalassiosira subsalina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163480'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7044'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '163480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7045> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8647'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7045'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7046> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8648'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7046'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7047> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8649'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7047'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7048> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8650'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7048'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7049> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8651'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7049'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7050> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8652'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7050'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7051> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8653'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7051'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7052> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8654'^^xsd:integer;
  dwc:scientificName 'Synedra tabulata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149371'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7052'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '157061'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7053> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8655'^^xsd:integer;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7053'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1634> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1918'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1634'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1635> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1919'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1635'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1636> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1920'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1636'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1637> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1921'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1637'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1629> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1913'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1629'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1630> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1914'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1630'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1631> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1915'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1631'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1632> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1916'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1632'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1633> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1917'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1633'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8436> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10056'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8436'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8437> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10057'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agile'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232554'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8437'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '707838'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8438> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10058'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8438'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8439> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10059'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8439'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8440> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10060'^^xsd:integer;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8440'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8441> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10061'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8441'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8442> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10062'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8442'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8443> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10063'^^xsd:integer;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8443'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8444> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10064'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agile'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '232554'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8444'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '707838'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8445> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10065'^^xsd:integer;
  dwc:scientificName 'Gymnodinium rotundatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '163820'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8445'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '663873'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8446> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10066'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8446'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8447> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10067'^^xsd:integer;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8447'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8448> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10068'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8448'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1638> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1922'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1638'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1639> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1924'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1639'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1640> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1925'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1640'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1641> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1926'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1641'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1642> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1927'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1642'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1643> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1928'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1643'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1644> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1929'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1644'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1645> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1930'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1645'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1646> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1931'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1646'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_418> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.8"^^xsd:decimal ;
  dwc:decimalLongitude "30.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.8 30.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.8"^^xsd:decimal ;
  geo-pos:long "30.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1923'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.33'^^xsd:double;
  dwc:latitude '45.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_418'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13337> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.35)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5166'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.35'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13337'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13338> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.35)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5167'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.35'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13338'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13339> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.35)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5168'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.35'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13339'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13340> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.35)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5169'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.35'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13340'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13341> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.35)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5170'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.35'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13341'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13342> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.35)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5171'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.35'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13342'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13343> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.35)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5172'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.35'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13343'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13344> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.35)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5173'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.35'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13344'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13345> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.35)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5174'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.35'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13345'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13346> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.35)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5175'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.35'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13346'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13347> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.35)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5176'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.35'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13347'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13348> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.35)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5177'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.35'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13348'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13349> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.35)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5178'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.35'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13349'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13350> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.35)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5179'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.35'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13350'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6890> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.38)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8492'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.38'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6890'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6891> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.38)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8493'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.38'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6891'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6892> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.38)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8494'^^xsd:integer;
  dwc:scientificName 'Exuviaella baltica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.38'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576723'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6892'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '110293'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6893> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.38)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8495'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.38'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6893'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6894> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.38)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8496'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.38'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6894'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6895> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.38)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8497'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.38'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6895'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6896> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.38)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8498'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.38'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6896'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6897> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.38)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8499'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.38'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6897'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6898> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "30.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 30.38)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "30.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8500'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.38'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6898'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5431> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.78"^^xsd:decimal ;
  dwc:decimalLongitude "30.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  geo-pos:lat "43.78"^^xsd:decimal ;
  geo-pos:long "30.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6943'^^xsd:integer;
  dwc:scientificName 'Navicula pennata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.42'^^xsd:double;
  dwc:latitude '43.78'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '180714'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5431'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '180714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5432> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.78"^^xsd:decimal ;
  dwc:decimalLongitude "30.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  geo-pos:lat "43.78"^^xsd:decimal ;
  geo-pos:long "30.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6944'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.42'^^xsd:double;
  dwc:latitude '43.78'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5432'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5433> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.78"^^xsd:decimal ;
  dwc:decimalLongitude "30.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  geo-pos:lat "43.78"^^xsd:decimal ;
  geo-pos:long "30.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6945'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.42'^^xsd:double;
  dwc:latitude '43.78'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5433'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5434> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.78"^^xsd:decimal ;
  dwc:decimalLongitude "30.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  geo-pos:lat "43.78"^^xsd:decimal ;
  geo-pos:long "30.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6946'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.42'^^xsd:double;
  dwc:latitude '43.78'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5434'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5435> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.78"^^xsd:decimal ;
  dwc:decimalLongitude "30.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  geo-pos:lat "43.78"^^xsd:decimal ;
  geo-pos:long "30.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6947'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.42'^^xsd:double;
  dwc:latitude '43.78'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5435'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5436> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.78"^^xsd:decimal ;
  dwc:decimalLongitude "30.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  geo-pos:lat "43.78"^^xsd:decimal ;
  geo-pos:long "30.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6948'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.42'^^xsd:double;
  dwc:latitude '43.78'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5436'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5437> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.78"^^xsd:decimal ;
  dwc:decimalLongitude "30.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  geo-pos:lat "43.78"^^xsd:decimal ;
  geo-pos:long "30.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6949'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.42'^^xsd:double;
  dwc:latitude '43.78'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5437'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5438> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.78"^^xsd:decimal ;
  dwc:decimalLongitude "30.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  geo-pos:lat "43.78"^^xsd:decimal ;
  geo-pos:long "30.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6950'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.42'^^xsd:double;
  dwc:latitude '43.78'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5438'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5439> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.78"^^xsd:decimal ;
  dwc:decimalLongitude "30.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  geo-pos:lat "43.78"^^xsd:decimal ;
  geo-pos:long "30.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6951'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.42'^^xsd:double;
  dwc:latitude '43.78'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5439'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5440> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.78"^^xsd:decimal ;
  dwc:decimalLongitude "30.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  geo-pos:lat "43.78"^^xsd:decimal ;
  geo-pos:long "30.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6952'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.42'^^xsd:double;
  dwc:latitude '43.78'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5440'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5441> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.78"^^xsd:decimal ;
  dwc:decimalLongitude "30.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  geo-pos:lat "43.78"^^xsd:decimal ;
  geo-pos:long "30.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6953'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.42'^^xsd:double;
  dwc:latitude '43.78'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5441'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5442> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.78"^^xsd:decimal ;
  dwc:decimalLongitude "30.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  geo-pos:lat "43.78"^^xsd:decimal ;
  geo-pos:long "30.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6954'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.42'^^xsd:double;
  dwc:latitude '43.78'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5442'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5443> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.78"^^xsd:decimal ;
  dwc:decimalLongitude "30.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  geo-pos:lat "43.78"^^xsd:decimal ;
  geo-pos:long "30.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6955'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.42'^^xsd:double;
  dwc:latitude '43.78'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5443'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5444> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.78"^^xsd:decimal ;
  dwc:decimalLongitude "30.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  geo-pos:lat "43.78"^^xsd:decimal ;
  geo-pos:long "30.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6956'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.42'^^xsd:double;
  dwc:latitude '43.78'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5444'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5445> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.78"^^xsd:decimal ;
  dwc:decimalLongitude "30.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  geo-pos:lat "43.78"^^xsd:decimal ;
  geo-pos:long "30.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6957'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.42'^^xsd:double;
  dwc:latitude '43.78'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5445'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5446> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.78"^^xsd:decimal ;
  dwc:decimalLongitude "30.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  geo-pos:lat "43.78"^^xsd:decimal ;
  geo-pos:long "30.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6958'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.42'^^xsd:double;
  dwc:latitude '43.78'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5446'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5447> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.78"^^xsd:decimal ;
  dwc:decimalLongitude "30.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  geo-pos:lat "43.78"^^xsd:decimal ;
  geo-pos:long "30.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6959'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.42'^^xsd:double;
  dwc:latitude '43.78'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5447'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5448> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.78"^^xsd:decimal ;
  dwc:decimalLongitude "30.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  geo-pos:lat "43.78"^^xsd:decimal ;
  geo-pos:long "30.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6960'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.42'^^xsd:double;
  dwc:latitude '43.78'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5448'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5449> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.78"^^xsd:decimal ;
  dwc:decimalLongitude "30.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.78 30.42)"^^geo:wktLiteral ;
  geo-pos:lat "43.78"^^xsd:decimal ;
  geo-pos:long "30.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6961'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.42'^^xsd:double;
  dwc:latitude '43.78'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5449'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1151> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30.5)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1251'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.5'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1151'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1152> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "30.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 30.5)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "30.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1252'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.5'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1152'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7672> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65"^^xsd:decimal ;
  dwc:decimalLongitude "30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  geo-pos:lat "45.65"^^xsd:decimal ;
  geo-pos:long "30.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9292'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.51'^^xsd:double;
  dwc:latitude '45.65'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7672'^^xsd:string;
  dwc:observationDate '1994-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7673> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65"^^xsd:decimal ;
  dwc:decimalLongitude "30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  geo-pos:lat "45.65"^^xsd:decimal ;
  geo-pos:long "30.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9293'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.51'^^xsd:double;
  dwc:latitude '45.65'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7673'^^xsd:string;
  dwc:observationDate '1994-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7674> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65"^^xsd:decimal ;
  dwc:decimalLongitude "30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  geo-pos:lat "45.65"^^xsd:decimal ;
  geo-pos:long "30.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9294'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.51'^^xsd:double;
  dwc:latitude '45.65'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7674'^^xsd:string;
  dwc:observationDate '1994-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7675> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65"^^xsd:decimal ;
  dwc:decimalLongitude "30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  geo-pos:lat "45.65"^^xsd:decimal ;
  geo-pos:long "30.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9295'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.51'^^xsd:double;
  dwc:latitude '45.65'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7675'^^xsd:string;
  dwc:observationDate '1994-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7676> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65"^^xsd:decimal ;
  dwc:decimalLongitude "30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  geo-pos:lat "45.65"^^xsd:decimal ;
  geo-pos:long "30.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9296'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.51'^^xsd:double;
  dwc:latitude '45.65'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7676'^^xsd:string;
  dwc:observationDate '1994-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7677> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65"^^xsd:decimal ;
  dwc:decimalLongitude "30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  geo-pos:lat "45.65"^^xsd:decimal ;
  geo-pos:long "30.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9297'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.51'^^xsd:double;
  dwc:latitude '45.65'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7677'^^xsd:string;
  dwc:observationDate '1994-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7678> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65"^^xsd:decimal ;
  dwc:decimalLongitude "30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  geo-pos:lat "45.65"^^xsd:decimal ;
  geo-pos:long "30.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9298'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.51'^^xsd:double;
  dwc:latitude '45.65'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7678'^^xsd:string;
  dwc:observationDate '1994-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7679> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65"^^xsd:decimal ;
  dwc:decimalLongitude "30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  geo-pos:lat "45.65"^^xsd:decimal ;
  geo-pos:long "30.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9299'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.51'^^xsd:double;
  dwc:latitude '45.65'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7679'^^xsd:string;
  dwc:observationDate '1994-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7680> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65"^^xsd:decimal ;
  dwc:decimalLongitude "30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  geo-pos:lat "45.65"^^xsd:decimal ;
  geo-pos:long "30.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9300'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.51'^^xsd:double;
  dwc:latitude '45.65'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7680'^^xsd:string;
  dwc:observationDate '1994-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7681> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65"^^xsd:decimal ;
  dwc:decimalLongitude "30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  geo-pos:lat "45.65"^^xsd:decimal ;
  geo-pos:long "30.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9301'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.51'^^xsd:double;
  dwc:latitude '45.65'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7681'^^xsd:string;
  dwc:observationDate '1994-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7682> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65"^^xsd:decimal ;
  dwc:decimalLongitude "30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  geo-pos:lat "45.65"^^xsd:decimal ;
  geo-pos:long "30.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9302'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.51'^^xsd:double;
  dwc:latitude '45.65'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7682'^^xsd:string;
  dwc:observationDate '1994-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7683> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65"^^xsd:decimal ;
  dwc:decimalLongitude "30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  geo-pos:lat "45.65"^^xsd:decimal ;
  geo-pos:long "30.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9303'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.51'^^xsd:double;
  dwc:latitude '45.65'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7683'^^xsd:string;
  dwc:observationDate '1994-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7684> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65"^^xsd:decimal ;
  dwc:decimalLongitude "30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  geo-pos:lat "45.65"^^xsd:decimal ;
  geo-pos:long "30.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9304'^^xsd:integer;
  dwc:scientificName 'Thalassiosira nana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.51'^^xsd:double;
  dwc:latitude '45.65'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '149256'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7684'^^xsd:string;
  dwc:observationDate '1994-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '149256'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7657> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65"^^xsd:decimal ;
  dwc:decimalLongitude "30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  geo-pos:lat "45.65"^^xsd:decimal ;
  geo-pos:long "30.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9277'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.51'^^xsd:double;
  dwc:latitude '45.65'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7657'^^xsd:string;
  dwc:observationDate '1994-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7658> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65"^^xsd:decimal ;
  dwc:decimalLongitude "30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  geo-pos:lat "45.65"^^xsd:decimal ;
  geo-pos:long "30.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9278'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.51'^^xsd:double;
  dwc:latitude '45.65'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7658'^^xsd:string;
  dwc:observationDate '1994-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7659> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65"^^xsd:decimal ;
  dwc:decimalLongitude "30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  geo-pos:lat "45.65"^^xsd:decimal ;
  geo-pos:long "30.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9279'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.51'^^xsd:double;
  dwc:latitude '45.65'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7659'^^xsd:string;
  dwc:observationDate '1994-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7660> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65"^^xsd:decimal ;
  dwc:decimalLongitude "30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  geo-pos:lat "45.65"^^xsd:decimal ;
  geo-pos:long "30.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9280'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.51'^^xsd:double;
  dwc:latitude '45.65'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7660'^^xsd:string;
  dwc:observationDate '1994-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7661> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65"^^xsd:decimal ;
  dwc:decimalLongitude "30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  geo-pos:lat "45.65"^^xsd:decimal ;
  geo-pos:long "30.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9281'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.51'^^xsd:double;
  dwc:latitude '45.65'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7661'^^xsd:string;
  dwc:observationDate '1994-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7662> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65"^^xsd:decimal ;
  dwc:decimalLongitude "30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  geo-pos:lat "45.65"^^xsd:decimal ;
  geo-pos:long "30.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9282'^^xsd:integer;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.51'^^xsd:double;
  dwc:latitude '45.65'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7662'^^xsd:string;
  dwc:observationDate '1994-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7663> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65"^^xsd:decimal ;
  dwc:decimalLongitude "30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  geo-pos:lat "45.65"^^xsd:decimal ;
  geo-pos:long "30.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9283'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.51'^^xsd:double;
  dwc:latitude '45.65'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7663'^^xsd:string;
  dwc:observationDate '1994-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7664> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65"^^xsd:decimal ;
  dwc:decimalLongitude "30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  geo-pos:lat "45.65"^^xsd:decimal ;
  geo-pos:long "30.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9284'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.51'^^xsd:double;
  dwc:latitude '45.65'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7664'^^xsd:string;
  dwc:observationDate '1994-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7665> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65"^^xsd:decimal ;
  dwc:decimalLongitude "30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  geo-pos:lat "45.65"^^xsd:decimal ;
  geo-pos:long "30.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9285'^^xsd:integer;
  dwc:scientificName 'Dinophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.51'^^xsd:double;
  dwc:latitude '45.65'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '21005'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7665'^^xsd:string;
  dwc:observationDate '1994-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '19542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7666> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65"^^xsd:decimal ;
  dwc:decimalLongitude "30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  geo-pos:lat "45.65"^^xsd:decimal ;
  geo-pos:long "30.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9286'^^xsd:integer;
  dwc:scientificName 'Amphidinium crassum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.51'^^xsd:double;
  dwc:latitude '45.65'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109726'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7666'^^xsd:string;
  dwc:observationDate '1994-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '109726'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7667> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65"^^xsd:decimal ;
  dwc:decimalLongitude "30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  geo-pos:lat "45.65"^^xsd:decimal ;
  geo-pos:long "30.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9287'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.51'^^xsd:double;
  dwc:latitude '45.65'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7667'^^xsd:string;
  dwc:observationDate '1994-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7668> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65"^^xsd:decimal ;
  dwc:decimalLongitude "30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  geo-pos:lat "45.65"^^xsd:decimal ;
  geo-pos:long "30.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9288'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.51'^^xsd:double;
  dwc:latitude '45.65'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7668'^^xsd:string;
  dwc:observationDate '1994-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7669> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65"^^xsd:decimal ;
  dwc:decimalLongitude "30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  geo-pos:lat "45.65"^^xsd:decimal ;
  geo-pos:long "30.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9289'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.51'^^xsd:double;
  dwc:latitude '45.65'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7669'^^xsd:string;
  dwc:observationDate '1994-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7670> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65"^^xsd:decimal ;
  dwc:decimalLongitude "30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  geo-pos:lat "45.65"^^xsd:decimal ;
  geo-pos:long "30.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9290'^^xsd:integer;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.51'^^xsd:double;
  dwc:latitude '45.65'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7670'^^xsd:string;
  dwc:observationDate '1994-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7671> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65"^^xsd:decimal ;
  dwc:decimalLongitude "30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  geo-pos:lat "45.65"^^xsd:decimal ;
  geo-pos:long "30.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9291'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.51'^^xsd:double;
  dwc:latitude '45.65'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7671'^^xsd:string;
  dwc:observationDate '1994-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7685> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65"^^xsd:decimal ;
  dwc:decimalLongitude "30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  geo-pos:lat "45.65"^^xsd:decimal ;
  geo-pos:long "30.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9305'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.51'^^xsd:double;
  dwc:latitude '45.65'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7685'^^xsd:string;
  dwc:observationDate '1994-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7686> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65"^^xsd:decimal ;
  dwc:decimalLongitude "30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  geo-pos:lat "45.65"^^xsd:decimal ;
  geo-pos:long "30.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9306'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.51'^^xsd:double;
  dwc:latitude '45.65'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7686'^^xsd:string;
  dwc:observationDate '1994-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7687> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65"^^xsd:decimal ;
  dwc:decimalLongitude "30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  geo-pos:lat "45.65"^^xsd:decimal ;
  geo-pos:long "30.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9307'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.51'^^xsd:double;
  dwc:latitude '45.65'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7687'^^xsd:string;
  dwc:observationDate '1994-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7688> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65"^^xsd:decimal ;
  dwc:decimalLongitude "30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  geo-pos:lat "45.65"^^xsd:decimal ;
  geo-pos:long "30.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9308'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.51'^^xsd:double;
  dwc:latitude '45.65'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7688'^^xsd:string;
  dwc:observationDate '1994-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7689> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65"^^xsd:decimal ;
  dwc:decimalLongitude "30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  geo-pos:lat "45.65"^^xsd:decimal ;
  geo-pos:long "30.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9309'^^xsd:integer;
  dwc:scientificName 'Peridinium punctulatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.51'^^xsd:double;
  dwc:latitude '45.65'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '162790'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7689'^^xsd:string;
  dwc:observationDate '1994-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '110248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7690> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.65"^^xsd:decimal ;
  dwc:decimalLongitude "30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.65 30.51)"^^geo:wktLiteral ;
  geo-pos:lat "45.65"^^xsd:decimal ;
  geo-pos:long "30.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9310'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.51'^^xsd:double;
  dwc:latitude '45.65'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7690'^^xsd:string;
  dwc:observationDate '1994-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1153> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 30.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 30.58)"^^geo:wktLiteral ;
  geo-pos:lat "45.98"^^xsd:decimal ;
  geo-pos:long "30.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1253'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.58'^^xsd:double;
  dwc:latitude '45.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1153'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1154> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 30.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 30.58)"^^geo:wktLiteral ;
  geo-pos:lat "45.98"^^xsd:decimal ;
  geo-pos:long "30.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1254'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.58'^^xsd:double;
  dwc:latitude '45.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1154'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1155> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 30.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 30.58)"^^geo:wktLiteral ;
  geo-pos:lat "45.98"^^xsd:decimal ;
  geo-pos:long "30.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1255'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.58'^^xsd:double;
  dwc:latitude '45.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1155'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1156> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 30.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 30.58)"^^geo:wktLiteral ;
  geo-pos:lat "45.98"^^xsd:decimal ;
  geo-pos:long "30.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1256'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.58'^^xsd:double;
  dwc:latitude '45.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1156'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1157> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 30.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 30.58)"^^geo:wktLiteral ;
  geo-pos:lat "45.98"^^xsd:decimal ;
  geo-pos:long "30.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1257'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.58'^^xsd:double;
  dwc:latitude '45.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1157'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5750> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7262'^^xsd:integer;
  dwc:scientificName 'Peridinium granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '162785'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5750'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '110223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12209> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13829'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12209'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12210> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13830'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12210'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12211> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13831'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12211'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12212> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13832'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12212'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12213> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13833'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12213'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12214> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13834'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12214'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12215> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13835'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12215'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12216> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13836'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12216'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12217> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13837'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12217'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12218> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13838'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12218'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12219> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13839'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12219'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12220> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13840'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12220'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12221> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13841'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12221'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12222> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13842'^^xsd:integer;
  dwc:scientificName 'Scenedesmus acuminatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '162928'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12222'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1289276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12223> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13843'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12223'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12515> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12515'^^xsd:string;
  dwc:observationDate '1993-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12516> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2'^^xsd:integer;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12516'^^xsd:string;
  dwc:observationDate '1993-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12517> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12517'^^xsd:string;
  dwc:observationDate '1993-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12518> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12518'^^xsd:string;
  dwc:observationDate '1993-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12519> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12519'^^xsd:string;
  dwc:observationDate '1993-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12520> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6'^^xsd:integer;
  dwc:scientificName 'Thalassiosira sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '148912'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12520'^^xsd:string;
  dwc:observationDate '1993-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '148912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12521> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12521'^^xsd:string;
  dwc:observationDate '1993-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12522> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8'^^xsd:integer;
  dwc:scientificName 'Chaetoceros socialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149123'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12522'^^xsd:string;
  dwc:observationDate '1993-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12523> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12523'^^xsd:string;
  dwc:observationDate '1993-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12524> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12524'^^xsd:string;
  dwc:observationDate '1993-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12525> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12525'^^xsd:string;
  dwc:observationDate '1993-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12526> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12526'^^xsd:string;
  dwc:observationDate '1993-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12527> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12527'^^xsd:string;
  dwc:observationDate '1993-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5734> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7246'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5734'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5735> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7247'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5735'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5736> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7248'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5736'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5737> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7249'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5737'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5738> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7250'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5738'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5739> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7251'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5739'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5740> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7252'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5740'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5741> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7253'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5741'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5742> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7254'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5742'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5743> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7255'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5743'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5744> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7256'^^xsd:integer;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5744'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5745> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7257'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5745'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5746> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7258'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5746'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5747> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7259'^^xsd:integer;
  dwc:scientificName 'Cochlodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109474'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5747'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '109474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5748> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7260'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5748'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5749> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7261'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5749'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8429> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10049'^^xsd:integer;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8429'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8430> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10050'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8430'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8431> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10051'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8431'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8432> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10052'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8432'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8433> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10053'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8433'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8434> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10054'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8434'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8435> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10055'^^xsd:integer;
  dwc:scientificName 'Peridinium granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '162785'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8435'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '110223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1649> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1934'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1649'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1650> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1935'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1650'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1651> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1936'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1651'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1652> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1937'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1652'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1653> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1938'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1653'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1663> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1948'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1663'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1654> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1939'^^xsd:integer;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1654'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1655> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1940'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1655'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1656> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1941'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1656'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1657> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1942'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1657'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1658> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1943'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1658'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1659> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1944'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1659'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1660> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1945'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1660'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1661> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1946'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1661'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1662> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1947'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1662'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1647> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1932'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1647'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1648> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1933'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1648'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12224> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13844'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12224'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12225> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13845'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12225'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12226> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13846'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12226'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12227> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13847'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12227'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12228> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13848'^^xsd:integer;
  dwc:scientificName 'Chrysococcus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '248110'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12228'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '248110'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12229> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13849'^^xsd:integer;
  dwc:scientificName 'Ochromonas minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '573921'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12229'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '573921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12230> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13850'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12230'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12231> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13851'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12231'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12232> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13852'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12232'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12233> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13853'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12233'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12234> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.66)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13854'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.66'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12234'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4110> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.67)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5298'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.67'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4110'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4111> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.67)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5299'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.67'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4111'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4112> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.67)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5300'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.67'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4112'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4113> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.67)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5301'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.67'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4113'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4114> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.67)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5302'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.67'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4114'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4115> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.67)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5303'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.67'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4115'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4116> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.67)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5304'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.67'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4116'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4117> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "30.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 30.67)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "30.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5305'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.67'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4117'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7737> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9357'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7737'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7738> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9358'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7738'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7739> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9359'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7739'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7740> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9360'^^xsd:integer;
  dwc:scientificName 'Peridinium brevipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '156515'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7740'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '110210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7741> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9361'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7741'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7691> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9311'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '148917'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7691'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '148917'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7692> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9312'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7692'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7693> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9313'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7693'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7694> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9314'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7694'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7695> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9315'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7695'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7696> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9316'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7696'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7697> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9317'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7697'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7698> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9318'^^xsd:integer;
  dwc:scientificName 'Dinophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '21005'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7698'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '19542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7699> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9319'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7699'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7700> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9320'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7700'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7701> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9321'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7701'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7702> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9322'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7702'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7703> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9323'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7703'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7704> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9324'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7704'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7705> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9325'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7705'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7706> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9326'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7706'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7707> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9327'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7707'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7708> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9328'^^xsd:integer;
  dwc:scientificName 'Peridinium punctulatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '162790'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7708'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '110248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7709> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9329'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7709'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7710> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9330'^^xsd:integer;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7710'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7711> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9331'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7711'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7712> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9332'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7712'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7713> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9333'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7713'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7714> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9334'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7714'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7715> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9335'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7715'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7716> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9336'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7716'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7717> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9337'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7717'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7718> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9338'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7718'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7719> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9339'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7719'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7720> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9340'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7720'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7721> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9341'^^xsd:integer;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7721'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7722> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9342'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7722'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7723> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9343'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7723'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7724> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9344'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7724'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7725> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9345'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7725'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7726> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9346'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7726'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7727> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9347'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7727'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7728> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9348'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7728'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7729> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9349'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7729'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7730> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9350'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7730'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7731> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9351'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7731'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7732> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9352'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7732'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7733> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9353'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7733'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7734> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9354'^^xsd:integer;
  dwc:scientificName 'Dinophysis acuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109604'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7734'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '109604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7735> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9355'^^xsd:integer;
  dwc:scientificName 'Dinophysis caudata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109612'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7735'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '109612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7736> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9356'^^xsd:integer;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7736'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7742> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9362'^^xsd:integer;
  dwc:scientificName 'Peridinium punctulatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '162790'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7742'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '110248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7743> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9363'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7743'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7744> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "30.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 30.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "30.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9364'^^xsd:integer;
  dwc:scientificName 'Nitzschia longissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.76'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '149150'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7744'^^xsd:string;
  dwc:observationDate '1994-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '149150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7054> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 30.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "30.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 30.81)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "30.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8656'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.81'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7054'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7055> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 30.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "30.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 30.81)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "30.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8657'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.81'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7055'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7056> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 30.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "30.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 30.81)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "30.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8658'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.81'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7056'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7057> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 30.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "30.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 30.81)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "30.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8659'^^xsd:integer;
  dwc:scientificName 'Ankistrodesmus arcatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.81'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '575733'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7057'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '575733'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7058> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 30.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "30.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 30.81)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "30.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8660'^^xsd:integer;
  dwc:scientificName 'Scenedesmus quadricauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.81'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163441'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7058'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '248156'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7059> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 30.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "30.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 30.81)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "30.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8661'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.81'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7059'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7060> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 30.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "30.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 30.81)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "30.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8662'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.81'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7060'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7061> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 30.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "30.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 30.81)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "30.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8663'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.81'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7061'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7062> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 30.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "30.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 30.81)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "30.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8664'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.81'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7062'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7063> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 30.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "30.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 30.81)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "30.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8665'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.81'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7063'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7064> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 30.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "30.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 30.81)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "30.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8666'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.81'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149271'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7064'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7065> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 30.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "30.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 30.81)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "30.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8667'^^xsd:integer;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.81'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7065'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7066> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 30.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "30.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 30.81)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "30.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8668'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.81'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7066'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7067> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 30.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "30.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 30.81)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "30.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8669'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.81'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7067'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7068> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 30.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "30.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 30.81)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "30.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8670'^^xsd:integer;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.81'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7068'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7069> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 30.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "30.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 30.81)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "30.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8671'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.81'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7069'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7070> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 30.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "30.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 30.81)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "30.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8672'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.81'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7070'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12252> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13872'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12252'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12253> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13873'^^xsd:integer;
  dwc:scientificName 'Nephrochloris salina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '573914'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12253'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '573916'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12254> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13874'^^xsd:integer;
  dwc:scientificName 'Nephrochloris salina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '573914'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12254'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '573916'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5751> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7263'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5751'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5752> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7264'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5752'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5753> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7265'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5753'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5754> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7266'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5754'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5755> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7267'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5755'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5756> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7268'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5756'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5757> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7269'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5757'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5758> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7270'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5758'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5759> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7271'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5759'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5760> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7272'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5760'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5761> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7273'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5761'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4118> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5306'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4118'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4119> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5307'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4119'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4120> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5308'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4120'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4121> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5309'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4121'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12528> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12528'^^xsd:string;
  dwc:observationDate '1993-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12529> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '15'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12529'^^xsd:string;
  dwc:observationDate '1993-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12530> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '16'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12530'^^xsd:string;
  dwc:observationDate '1993-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12531> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '17'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12531'^^xsd:string;
  dwc:observationDate '1993-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12532> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '18'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12532'^^xsd:string;
  dwc:observationDate '1993-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12533> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '19'^^xsd:integer;
  dwc:scientificName 'Thalassiosira subsalina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163480'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12533'^^xsd:string;
  dwc:observationDate '1993-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '163480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12534> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '20'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12534'^^xsd:string;
  dwc:observationDate '1993-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12535> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '21'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12535'^^xsd:string;
  dwc:observationDate '1993-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12536> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '22'^^xsd:integer;
  dwc:scientificName 'Thalassiosira subsalina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163480'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12536'^^xsd:string;
  dwc:observationDate '1993-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '163480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1684> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1969'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1684'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1685> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1970'^^xsd:integer;
  dwc:scientificName 'Dinophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '21005'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1685'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '19542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1686> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1971'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1686'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1688> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1973'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1688'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1689> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1974'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1689'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1687> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1972'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1687'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8490> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10110'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8490'^^xsd:string;
  dwc:observationDate '1992-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8491> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10111'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8491'^^xsd:string;
  dwc:observationDate '1992-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1664> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1949'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1664'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1665> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1950'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1665'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1666> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1951'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1666'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1667> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1952'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1667'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1668> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1953'^^xsd:integer;
  dwc:scientificName 'Dinophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '21005'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1668'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '19542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1669> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1954'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1669'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1670> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1955'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1670'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1671> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1956'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1671'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1672> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1957'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1672'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1673> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1958'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1673'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1674> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1959'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1674'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1675> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1960'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1675'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1676> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1961'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1676'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1681> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1966'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1681'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1682> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1967'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1682'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1683> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1968'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1683'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1679> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1964'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1679'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1680> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1965'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1680'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1677> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1962'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1677'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1678> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1963'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1678'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12239> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13859'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12239'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12240> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13860'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12240'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12241> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13861'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12241'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12242> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13862'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12242'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12243> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13863'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12243'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12244> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13864'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12244'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12245> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13865'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12245'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12246> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13866'^^xsd:integer;
  dwc:scientificName 'Nephrochloris salina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '573914'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12246'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '573916'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12247> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13867'^^xsd:integer;
  dwc:scientificName 'Chilomonas marina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '119080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12247'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '119077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12248> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13868'^^xsd:integer;
  dwc:scientificName 'Chaetoceros decipiens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149126'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12248'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149126'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12249> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13869'^^xsd:integer;
  dwc:scientificName 'Chaetoceros socialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149123'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12249'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12250> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13870'^^xsd:integer;
  dwc:scientificName 'Chrysococcus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '248110'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12250'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '248110'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12251> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13871'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12251'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12235> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13855'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12235'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12236> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13856'^^xsd:integer;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12236'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12237> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13857'^^xsd:integer;
  dwc:scientificName 'Chaetoceros decipiens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149126'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12237'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149126'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12238> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.33"^^xsd:decimal ;
  dwc:decimalLongitude "30.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.33 30.83)"^^geo:wktLiteral ;
  geo-pos:lat "46.33"^^xsd:decimal ;
  geo-pos:long "30.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13858'^^xsd:integer;
  dwc:scientificName 'Chrysococcus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.83'^^xsd:double;
  dwc:latitude '46.33'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '248110'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12238'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '248110'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12513> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1313'^^xsd:integer;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12513'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12514> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1314'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12514'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12569> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1331'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12569'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12570> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1332'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12570'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12935> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1351'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12935'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12936> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1352'^^xsd:integer;
  dwc:scientificName 'Glenodinium lenticula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163828'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12936'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '110001'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12937> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1353'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12937'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12938> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1354'^^xsd:integer;
  dwc:scientificName 'Peridinium granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '162785'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12938'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '110223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12939> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1355'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12939'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12940> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1356'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12940'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12941> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1357'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12941'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12942> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1358'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12942'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12943> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1359'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12943'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12944> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1360'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12944'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12945> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1361'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12945'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12946> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1362'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12946'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12947> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1363'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12947'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12948> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1364'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12948'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12949> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1365'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12949'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12950> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1366'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12950'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12951> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1367'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12951'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12952> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1368'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12952'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12953> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1369'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12953'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12954> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1370'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12954'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12955> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1371'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12955'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12956> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1372'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12956'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12957> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1373'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12957'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12958> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1374'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12958'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12959> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1375'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12959'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12960> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1376'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12960'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12961> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1377'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12961'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12962> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1378'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12962'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12963> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1379'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12963'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12964> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1380'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12964'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12965> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1381'^^xsd:integer;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12965'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12966> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1382'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12966'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12967> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1383'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12967'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12968> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1384'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12968'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12969> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1385'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12969'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12771> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1387'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12771'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12772> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1388'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12772'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12773> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1389'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12773'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12774> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1390'^^xsd:integer;
  dwc:scientificName 'Peridinium granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '162785'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12774'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '110223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12775> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1391'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12775'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12776> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1392'^^xsd:integer;
  dwc:scientificName 'Cyanophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:aphiaid '146542'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12776'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '146542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12777> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1393'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12777'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12778> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1394'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12778'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12970> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1386'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12970'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12439> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1315'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12439'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12440> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1316'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12440'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12441> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1317'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12441'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12442> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1318'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12442'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12443> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1319'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12443'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12444> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1320'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12444'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12445> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1321'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12445'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12446> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1322'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12446'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12447> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1323'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12447'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12448> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1324'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12448'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12449> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1325'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12449'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12450> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1326'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12450'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12451> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1327'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12451'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12452> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1328'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12452'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12453> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1329'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12453'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12454> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1330'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12454'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12455> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1333'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12455'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12456> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1334'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12456'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12457> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1335'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12457'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12458> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1336'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12458'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12459> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1337'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12459'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12460> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1338'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12460'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12461> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1339'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12461'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12462> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1340'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12462'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12463> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1341'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12463'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12464> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1342'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12464'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12465> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1343'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12465'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12466> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1344'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12466'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12467> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1345'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12467'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12468> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1346'^^xsd:integer;
  dwc:scientificName 'Glenodinium lenticula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163828'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12468'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '110001'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12469> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1347'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12469'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12470> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1348'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12470'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12471> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1349'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12471'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12472> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.56"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.56 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.56"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1350'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.56'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12472'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12779> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.71 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.71"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.71 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.71"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1395'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.71'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12779'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12780> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.71 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.71"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.71 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.71"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1396'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.71'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12780'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12781> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.71 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.71"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.71 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.71"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1397'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.71'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12781'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12782> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.71 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.71"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.71 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.71"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1398'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.71'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12782'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12783> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.71 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.71"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.71 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.71"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1399'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.71'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12783'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12784> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.71 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.71"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.71 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.71"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1400'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.71'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12784'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12785> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.71 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.71"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.71 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.71"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1401'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.71'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12785'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12786> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.71 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.71"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.71 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.71"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1402'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.71'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12786'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12787> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.71 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.71"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.71 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.71"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1403'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.71'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12787'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12788> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.71 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.71"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.71 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.71"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1404'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.71'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12788'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12789> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.71 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.71"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.71 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.71"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1405'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.71'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12789'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12790> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.71 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.71"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.71 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.71"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1406'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.71'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12790'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12791> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.71 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.71"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.71 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.71"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1407'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.71'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12791'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12792> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.71 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.71"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.71 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.71"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1408'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.71'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12792'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12793> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.71 30.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.71"^^xsd:decimal ;
  dwc:decimalLongitude "30.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.71 30.88)"^^geo:wktLiteral ;
  geo-pos:lat "45.71"^^xsd:decimal ;
  geo-pos:long "30.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1409'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.88'^^xsd:double;
  dwc:latitude '45.71'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12793'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11745> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13365'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11745'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11746> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13366'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus janischii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '179607'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11746'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '179607'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11747> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13367'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11747'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11748> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13368'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11748'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11749> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13369'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11749'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11750> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13370'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11750'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11751> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13371'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11751'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11752> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13372'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11752'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11753> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13373'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11753'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11754> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13374'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11754'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11755> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13375'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11755'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11756> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13376'^^xsd:integer;
  dwc:scientificName 'Dinophysis acuminata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109603'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11756'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '109603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11757> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13377'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11757'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11758> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13378'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11758'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11759> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13379'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11759'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11760> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13380'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11760'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11761> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13381'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11761'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11762> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13382'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11762'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11763> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13383'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11763'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11764> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13384'^^xsd:integer;
  dwc:scientificName 'Oxyrrhis marina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109902'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11764'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '109902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11765> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13385'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11765'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11766> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13386'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11766'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11767> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13387'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11767'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11768> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13388'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11768'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11769> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13389'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11769'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11770> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13390'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11770'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11771> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13391'^^xsd:integer;
  dwc:scientificName 'Phalacroma irregulare'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576814'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11771'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '109631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11772> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13392'^^xsd:integer;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11772'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11773> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13393'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11773'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11774> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13394'^^xsd:integer;
  dwc:scientificName 'Licmophora ehrenbergii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '172609'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11774'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '172609'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11775> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13395'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11775'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11776> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13396'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11776'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11777> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13397'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11777'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11778> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13398'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11778'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11779> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13399'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11779'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11780> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13400'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11780'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11781> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13401'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11781'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11782> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13402'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11782'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11783> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13403'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11783'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11784> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13404'^^xsd:integer;
  dwc:scientificName 'Dinophysis acuminata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109603'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11784'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '109603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11785> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13405'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11785'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11786> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13406'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11786'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11787> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13407'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11787'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11788> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13408'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11788'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11789> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13409'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11789'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11790> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13410'^^xsd:integer;
  dwc:scientificName 'Gymnodinium pseudonoctiluca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109823'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11790'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '109923'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11791> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13411'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11791'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11792> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13412'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11792'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11793> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13413'^^xsd:integer;
  dwc:scientificName 'Oxyrrhis marina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109902'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11793'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '109902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11794> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13414'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11794'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11795> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13415'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11795'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11796> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13416'^^xsd:integer;
  dwc:scientificName 'Peridinium granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '162785'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11796'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11797> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13417'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11797'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11798> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13418'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11798'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11799> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13419'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11799'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11800> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13420'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11800'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11801> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13421'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11801'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11802> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13422'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11802'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11803> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13423'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11803'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11804> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13424'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11804'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11805> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13425'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11805'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11806> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13426'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11806'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11807> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13427'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11807'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11808> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13428'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11808'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11809> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13429'^^xsd:integer;
  dwc:scientificName 'Dinophysis acuminata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109603'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11809'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '109603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11810> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13430'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11810'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11811> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13431'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11811'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11812> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13432'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11812'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11813> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13433'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11813'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11814> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13434'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11814'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11815> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13435'^^xsd:integer;
  dwc:scientificName 'Oxyrrhis marina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109902'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11815'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '109902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11816> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13436'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11816'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11817> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13437'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11817'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11818> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13438'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11818'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11819> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13439'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11819'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11820> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13440'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11820'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11821> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13441'^^xsd:integer;
  dwc:scientificName 'Polykrikos schwarzii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109901'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11821'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '109901'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11822> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13442'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11822'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11823> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13443'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11823'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11824> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13444'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11824'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11825> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13445'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11825'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11826> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13446'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11826'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11827> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13447'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11827'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11828> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13448'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11828'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11829> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13449'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11829'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11830> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13450'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11830'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11831> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13451'^^xsd:integer;
  dwc:scientificName 'Dinophysis caudata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109612'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11831'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '109612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11832> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13452'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11832'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11833> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13453'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11833'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11834> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13454'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11834'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11835> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13455'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11835'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11836> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13456'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11836'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11837> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13457'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11837'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11838> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13458'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11838'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11839> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13459'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11839'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11840> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13460'^^xsd:integer;
  dwc:scientificName 'Peridinium granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '162785'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11840'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11841> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13461'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11841'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11842> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13462'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11842'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11843> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13463'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11843'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11844> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13464'^^xsd:integer;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11844'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11845> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13465'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11845'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11846> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13466'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '149271'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11846'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '149271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11847> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13467'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11847'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11848> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13468'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11848'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11849> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13469'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11849'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11850> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13470'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11850'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11851> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13471'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11851'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11852> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13472'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11852'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11853> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13473'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11853'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11854> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13474'^^xsd:integer;
  dwc:scientificName 'Dinophysis acuminata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109603'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11854'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '109603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11855> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13475'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11855'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11856> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13476'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11856'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11857> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13477'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11857'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11858> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13478'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11858'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11859> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13479'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11859'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11860> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13480'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11860'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11861> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13481'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11861'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11862> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13482'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11862'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11863> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13483'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11863'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11864> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13484'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11864'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11865> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "51"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13485'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '51'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11865'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11866> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "51"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13486'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '51'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11866'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11867> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "51"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13487'^^xsd:integer;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '51'^^xsd:integer;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11867'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11868> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "51"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13488'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '51'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11868'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11869> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "51"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13489'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '51'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11869'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11870> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "51"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13490'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '51'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11870'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11871> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "51"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13491'^^xsd:integer;
  dwc:scientificName 'Chlorophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '51'^^xsd:integer;
  dwc:aphiaid '801'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11871'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11872> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "51"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13492'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '51'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11872'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11873> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "51"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13493'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '51'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11873'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11874> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "51"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13494'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '51'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11874'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11875> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "51"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13495'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '51'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11875'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7078> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8680'^^xsd:integer;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7078'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7079> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8681'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7079'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7080> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8682'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7080'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7081> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8683'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7081'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7082> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8684'^^xsd:integer;
  dwc:scientificName 'Eutreptiella braarudii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '248121'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7082'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '248121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7083> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8685'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7083'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7084> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8686'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7084'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7085> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8687'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7085'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7086> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8688'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7086'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7087> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8689'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7087'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7088> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8690'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7088'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7089> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8691'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7089'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7090> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8692'^^xsd:integer;
  dwc:scientificName 'Xanthophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '21539'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7090'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '17793'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7091> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8693'^^xsd:integer;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7091'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7092> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8694'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7092'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7093> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8695'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7093'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7094> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8696'^^xsd:integer;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7094'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7095> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8697'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7095'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7096> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8698'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7096'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7097> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8699'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7097'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7098> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8700'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7098'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7099> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8701'^^xsd:integer;
  dwc:scientificName 'Xanthophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '21539'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7099'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '17793'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7100> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8702'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7100'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7101> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8703'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7101'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7102> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8704'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7102'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7103> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8705'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7103'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7104> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8706'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7104'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7105> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8707'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7105'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7106> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8708'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7106'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7107> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8709'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7107'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7108> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8710'^^xsd:integer;
  dwc:scientificName 'Xanthophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '21539'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7108'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '17793'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7109> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8711'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7109'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7110> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8712'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7110'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7111> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8713'^^xsd:integer;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7111'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7112> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8714'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7112'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7113> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8715'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7113'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7114> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8716'^^xsd:integer;
  dwc:scientificName 'Euglenophyta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '19538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7114'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '146221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7115> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8717'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7115'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7116> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8718'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7116'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7117> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8719'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7117'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7118> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8720'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7118'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7119> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8721'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7119'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7076> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8678'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7076'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7077> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8679'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7077'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7161> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8763'^^xsd:integer;
  dwc:scientificName 'Euglenophyta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '19538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7161'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '146221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7162> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8764'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7162'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7163> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8765'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7163'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7164> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8766'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7164'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7165> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8767'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7165'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7166> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8768'^^xsd:integer;
  dwc:scientificName 'Xanthophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '21539'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7166'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '17793'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7167> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8769'^^xsd:integer;
  dwc:scientificName 'Xanthophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '21539'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7167'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '17793'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7168> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8770'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7168'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7169> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8771'^^xsd:integer;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7169'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7170> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8772'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '149106'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7170'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7171> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8773'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7171'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7172> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8774'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7172'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7173> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8775'^^xsd:integer;
  dwc:scientificName 'Xanthophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '21539'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7173'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '17793'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7187> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8789'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7187'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7188> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8790'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7188'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7189> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8791'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7189'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7190> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8792'^^xsd:integer;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7190'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7191> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8793'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7191'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7192> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8794'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7192'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7193> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8795'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7193'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7194> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8796'^^xsd:integer;
  dwc:scientificName 'Xanthophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:aphiaid '21539'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7194'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '17793'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7174> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8776'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7174'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7175> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8777'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7175'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7176> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8778'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7176'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7177> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8779'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7177'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7178> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8780'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7178'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7179> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8781'^^xsd:integer;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7179'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7181> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8783'^^xsd:integer;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7181'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7182> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8784'^^xsd:integer;
  dwc:scientificName 'Euglenophyta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '19538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7182'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '146221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7183> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8785'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7183'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7184> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8786'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7184'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7185> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8787'^^xsd:integer;
  dwc:scientificName 'Chlorophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '801'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7185'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7186> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8788'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7186'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7146> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8748'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7146'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7147> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8749'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7147'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7148> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8750'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7148'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7149> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8751'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7149'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7150> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8752'^^xsd:integer;
  dwc:scientificName 'Xanthophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '21539'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7150'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '17793'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7151> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8753'^^xsd:integer;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7151'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7152> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8754'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7152'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7153> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8755'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '149106'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7153'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7154> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8756'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7154'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7155> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8757'^^xsd:integer;
  dwc:scientificName 'Thalassiosira sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '148912'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7155'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '148912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7156> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8758'^^xsd:integer;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7156'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7157> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8759'^^xsd:integer;
  dwc:scientificName 'Chlorophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '801'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7157'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7158> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8760'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7158'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7120> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8722'^^xsd:integer;
  dwc:scientificName 'Xanthophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '21539'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7120'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '17793'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7121> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8723'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7121'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7122> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8724'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7122'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7123> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8725'^^xsd:integer;
  dwc:scientificName 'Xanthophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '21539'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7123'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '17793'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7124> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8726'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7124'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7125> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8727'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7125'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7126> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8728'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7126'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7127> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8729'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7127'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7128> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8730'^^xsd:integer;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7128'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7129> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8731'^^xsd:integer;
  dwc:scientificName 'Euglenophyta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '19538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7129'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '146221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7130> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8732'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7130'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7131> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8733'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7131'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7132> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8734'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7132'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7133> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8735'^^xsd:integer;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7133'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7134> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8736'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7134'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7135> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8737'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7135'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7136> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8738'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7136'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7137> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8739'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7137'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7138> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8740'^^xsd:integer;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7138'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7139> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8741'^^xsd:integer;
  dwc:scientificName 'Chlorophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '801'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7139'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7140> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8742'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7140'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7141> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8743'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7141'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7142> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8744'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7142'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7143> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8745'^^xsd:integer;
  dwc:scientificName 'Euglenophyta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '19538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7143'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '146221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7144> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8746'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7144'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7145> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8747'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7145'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7159> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8761'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7159'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7160> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8762'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7160'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7180> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8782'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.46'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7180'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4150> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5338'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4150'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4151> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5339'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4151'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4152> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5340'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4152'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4153> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5341'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4153'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4154> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5342'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4154'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4155> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5343'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4155'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4156> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5344'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4156'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4157> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5345'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4157'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4158> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5346'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4158'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4159> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5347'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4159'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4160> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5348'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4160'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4161> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5349'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4161'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4162> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5350'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4162'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4163> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5351'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4163'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4164> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "39"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5352'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '39'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4164'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4165> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "39"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5353'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '39'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4165'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4166> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "39"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5354'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '39'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4166'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4135> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5323'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4135'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4136> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5324'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4136'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4137> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5325'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4137'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4138> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5326'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4138'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4139> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5327'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4139'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4140> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5328'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4140'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4141> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5329'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4141'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4142> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5330'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4142'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4143> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5331'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4143'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4144> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5332'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4144'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4145> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5333'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4145'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4146> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5334'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4146'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4147> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5335'^^xsd:integer;
  dwc:scientificName 'Amphidinium extensum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4147'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '1368615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4148> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5336'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4148'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4149> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5337'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4149'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1889> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2336'^^xsd:integer;
  dwc:scientificName 'Amphidinium crassum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109726'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1889'^^xsd:string;
  dwc:observationDate '1992-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '109726'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13886> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3583'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.98'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13886'^^xsd:string;
  dwc:observationDate '1992-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2961> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3573'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2961'^^xsd:string;
  dwc:observationDate '1992-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2962> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3574'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2962'^^xsd:string;
  dwc:observationDate '1992-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2963> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3575'^^xsd:integer;
  dwc:scientificName 'Anabaena sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146585'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2963'^^xsd:string;
  dwc:observationDate '1992-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '146585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2964> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3576'^^xsd:integer;
  dwc:scientificName 'Protococcales sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '590352'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2964'^^xsd:string;
  dwc:observationDate '1992-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '18526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2965> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3577'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.98'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2965'^^xsd:string;
  dwc:observationDate '1992-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2966> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3578'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.98'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2966'^^xsd:string;
  dwc:observationDate '1992-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2967> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3579'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.98'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2967'^^xsd:string;
  dwc:observationDate '1992-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2968> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3580'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.98'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2968'^^xsd:string;
  dwc:observationDate '1992-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2969> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3581'^^xsd:integer;
  dwc:scientificName 'Cyanophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.98'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146542'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2969'^^xsd:string;
  dwc:observationDate '1992-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '146542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2970> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.98"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "45.98"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3582'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '45.98'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2970'^^xsd:string;
  dwc:observationDate '1992-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12537> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '23'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12537'^^xsd:string;
  dwc:observationDate '1993-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12538> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '24'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12538'^^xsd:string;
  dwc:observationDate '1993-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12539> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '25'^^xsd:integer;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12539'^^xsd:string;
  dwc:observationDate '1993-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12540> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '26'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12540'^^xsd:string;
  dwc:observationDate '1993-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12541> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '27'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12541'^^xsd:string;
  dwc:observationDate '1993-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12542> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '28'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12542'^^xsd:string;
  dwc:observationDate '1993-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12543> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "30.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.98)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "30.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '29'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.98'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12543'^^xsd:string;
  dwc:observationDate '1993-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5646> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "30.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.99)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "30.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7158'^^xsd:integer;
  dwc:scientificName 'Cochlodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.99'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109474'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5646'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '109474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5647> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "30.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.99)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "30.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7159'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.99'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5647'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5648> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "30.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.99)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "30.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7160'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.99'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5648'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5649> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "30.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.99)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "30.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7161'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.99'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5649'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5650> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "30.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.99)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "30.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7162'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.99'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5650'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5651> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "30.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.99)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "30.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7163'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.99'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5651'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5652> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "30.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.99)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "30.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7164'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.99'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5652'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5653> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "30.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.99)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "30.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7165'^^xsd:integer;
  dwc:scientificName 'Eutreptiella braarudii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.99'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '248121'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5653'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '248121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5654> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "30.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.99)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "30.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7166'^^xsd:integer;
  dwc:scientificName 'Cochlodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.99'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109474'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5654'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '109474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5655> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "30.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.99)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "30.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7167'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.99'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5655'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5656> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "30.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.99)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "30.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7168'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.99'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5656'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5641> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "30.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.99)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "30.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7153'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.99'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5641'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5642> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "30.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.99)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "30.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7154'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.99'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5642'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5643> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "30.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.99)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "30.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7155'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.99'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5643'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5644> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "30.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.99)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "30.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7156'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.99'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5644'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5645> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "30.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 30.99)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "30.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7157'^^xsd:integer;
  dwc:scientificName 'Eutreptiella braarudii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '30.99'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '248121'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5645'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '248121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1223> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1503'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1223'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1224> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1504'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1224'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1225> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1505'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1225'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1226> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1506'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1226'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1227> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1507'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1227'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1228> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1508'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1228'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1229> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1509'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1229'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1230> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1510'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1230'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1231> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1511'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1231'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1232> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1512'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1232'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5418> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6930'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5418'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5419> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6931'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5419'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5420> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6932'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5420'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5421> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6933'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5421'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5422> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6934'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5422'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5423> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6935'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5423'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5424> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6936'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5424'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5425> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6937'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5425'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5426> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6938'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5426'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5427> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6939'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5427'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5428> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6940'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5428'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5429> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6941'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5429'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5430> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6942'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5430'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11912> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13532'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11912'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11913> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13533'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11913'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11914> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13534'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11914'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11915> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13535'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11915'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11916> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13536'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11916'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11917> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13537'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11917'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11918> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13538'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11918'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11919> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13539'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11919'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11920> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13540'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11920'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11921> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13541'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11921'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11922> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13542'^^xsd:integer;
  dwc:scientificName 'Peridinium brevipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '156515'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11922'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11923> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13543'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11923'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11924> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13544'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11924'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11925> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13545'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11925'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11926> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13546'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11926'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11927> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13547'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11927'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11928> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13548'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11928'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11929> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13549'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11929'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11930> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13550'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11930'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11931> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13551'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11931'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11932> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13552'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11932'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11933> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13553'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11933'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11934> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13554'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11934'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11935> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13555'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11935'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11936> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13556'^^xsd:integer;
  dwc:scientificName 'Peridinium brevipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '156515'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11936'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11937> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13557'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11937'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11938> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13558'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11938'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11939> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13559'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11939'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11940> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13560'^^xsd:integer;
  dwc:scientificName 'Chilomonas marina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '119080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11940'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '119077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11941> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13561'^^xsd:integer;
  dwc:scientificName 'Gymnodinium lacustre'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '249715'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11941'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '249715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11942> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13562'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11942'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11943> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13563'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11943'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11944> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13564'^^xsd:integer;
  dwc:scientificName 'Bacillaria paradoxa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149317'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11944'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '558243'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11945> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13565'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11945'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11946> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13566'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11946'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11947> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13567'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11947'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11948> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13568'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11948'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11949> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13569'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11949'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11950> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13570'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11950'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11951> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13571'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11951'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11952> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13572'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11952'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11953> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13573'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11953'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13320> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5149'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13320'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13321> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5150'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13321'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13322> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5151'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13322'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13323> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5152'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13323'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13324> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5153'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13324'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13325> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5154'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13325'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13326> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5155'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13326'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13327> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5156'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13327'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13328> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5157'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13328'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13329> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5158'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13329'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13330> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5159'^^xsd:integer;
  dwc:scientificName 'Gloeocapsa minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576254'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13330'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '146567'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13331> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5160'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13331'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13332> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5161'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13332'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13333> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5162'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13333'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13334> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5163'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13334'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13335> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5164'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13335'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13336> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5165'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13336'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13936> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5145'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13936'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13937> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5146'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13937'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13938> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5147'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13938'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13939> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5148'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13939'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1214> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1494'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1214'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1215> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1495'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1215'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1216> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1496'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1216'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1217> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1497'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1217'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1218> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1498'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1218'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1219> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1499'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1219'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1220> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1500'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1220'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1221> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1501'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1221'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1222> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1502'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1222'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5416> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6928'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5416'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5417> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6929'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5417'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_508> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '132'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_508'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_509> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '133'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_509'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_510> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '134'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_510'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_511> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '135'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_511'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_512> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '136'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_512'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_513> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '137'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_513'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_514> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '138'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_514'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_515> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '139'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_515'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_516> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '140'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_516'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_517> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '141'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_517'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_518> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '142'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_518'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_519> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 31)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '143'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_519'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1138> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1238'^^xsd:integer;
  dwc:scientificName 'Cyanophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '146542'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1138'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '146542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1139> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1239'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1139'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1136> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1236'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1136'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1137> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1237'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1137'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12544> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '30'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12544'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12545> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '31'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12545'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12546> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '32'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12546'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12547> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '33'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12547'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12548> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '34'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12548'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12549> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '35'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12549'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12550> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '36'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12550'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5667> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7179'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5667'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5668> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7180'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5668'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5669> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7181'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5669'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5670> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7182'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5670'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5671> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7183'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5671'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5672> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7184'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5672'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5673> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7185'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5673'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5674> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7186'^^xsd:integer;
  dwc:scientificName 'Phalacroma sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109466'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5674'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '109466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5675> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7187'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5675'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5676> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7188'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5676'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5677> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7189'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5677'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5678> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7190'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5678'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5679> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7191'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5679'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5680> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7192'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5680'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5681> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7193'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5681'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5682> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7194'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5682'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5683> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7195'^^xsd:integer;
  dwc:scientificName 'Dictyocha sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '157258'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5683'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '157258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5684> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7196'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5684'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5685> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7197'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5685'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5686> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7198'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5686'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5687> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7199'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5687'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5688> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7200'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5688'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5689> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7201'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5689'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5690> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7202'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5690'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5691> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7203'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5691'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5692> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7204'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5692'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5693> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7205'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5693'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5695> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7207'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5695'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5696> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7208'^^xsd:integer;
  dwc:scientificName 'Eutreptia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '178582'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5696'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '178582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5697> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7209'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5697'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5698> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7210'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5698'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5699> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7211'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5699'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5700> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7212'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5700'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5701> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7213'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5701'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5702> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7214'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5702'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5703> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7215'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5703'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5704> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7216'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5704'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5705> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7217'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5705'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5707> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7219'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5707'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5708> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7220'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5708'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5709> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7221'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5709'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5710> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7222'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5710'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5711> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7223'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5711'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5712> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7224'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5712'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5713> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7225'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5713'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5714> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7226'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5714'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5715> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7227'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5715'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5716> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7228'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5716'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5717> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7229'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5717'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5718> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7230'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5718'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5720> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7232'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5720'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5721> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7233'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5721'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5722> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7234'^^xsd:integer;
  dwc:scientificName 'Amphidinium extensum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5722'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '1368615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5723> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7235'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5723'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5724> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7236'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5724'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5725> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7237'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5725'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5726> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7238'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5726'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5727> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7239'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5727'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5728> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7240'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5728'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5729> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7241'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5729'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5730> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7242'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5730'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5731> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7243'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5731'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5732> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7244'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5732'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5733> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7245'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5733'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1150> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1250'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1150'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1141> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1241'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1141'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1142> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1242'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1142'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1143> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1243'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1143'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1140> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1240'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1140'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1144> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1244'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1144'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1145> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1245'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1145'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1146> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1246'^^xsd:integer;
  dwc:scientificName 'Cyanophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '146542'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1146'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '146542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1147> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1247'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1147'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1148> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1248'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1148'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1149> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1249'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1149'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8498> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10118'^^xsd:integer;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8498'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8499> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10119'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8499'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8500> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10120'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8500'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8501> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10121'^^xsd:integer;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8501'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5706> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7218'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5706'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5719> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7231'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5719'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5694> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7206'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5694'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1132> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1232'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1132'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1133> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1233'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1133'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1134> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1234'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1134'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1135> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1235'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1135'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5657> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7169'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5657'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5658> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7170'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5658'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5659> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7171'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5659'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5660> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7172'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5660'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5661> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7173'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5661'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5662> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7174'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5662'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5663> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7175'^^xsd:integer;
  dwc:scientificName 'Dictyocha sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157258'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5663'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '157258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5664> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7176'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5664'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5665> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7177'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5665'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5666> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7178'^^xsd:integer;
  dwc:scientificName 'Eutreptia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178582'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5666'^^xsd:string;
  dwc:observationDate '1992-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '178582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12421> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '41'^^xsd:integer;
  dwc:scientificName 'Chaetoceros subsecundus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163047'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12421'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '679262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12422> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '42'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12422'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12423> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '43'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12423'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12424> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '44'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12424'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12425> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '45'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12425'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12426> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '46'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12426'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12427> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '47'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12427'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12428> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '48'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12428'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12429> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '49'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12429'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12430> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '50'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12430'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12431> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '51'^^xsd:integer;
  dwc:scientificName 'Chaetoceros subsecundus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:aphiaid '163047'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12431'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '679262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12432> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '52'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12432'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12417> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '37'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12417'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12418> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '38'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12418'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12419> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '39'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12419'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12420> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '40'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12420'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7071> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.98"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.98"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8673'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7071'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7072> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.98"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.98"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8674'^^xsd:integer;
  dwc:scientificName 'Chlorophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '801'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7072'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7073> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.98"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.98"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8675'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7073'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7074> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.98"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.98"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8676'^^xsd:integer;
  dwc:scientificName 'Melosira moniliformis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418547'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7074'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '418547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7075> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.98"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.98 31)"^^geo:wktLiteral ;
  geo-pos:lat "45.98"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8677'^^xsd:integer;
  dwc:scientificName 'Bacillaria paradoxa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '45.98'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149317'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7075'^^xsd:string;
  dwc:observationDate '1992-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '558243'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1712> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1997'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1712'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1713> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1998'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1713'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1714> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1999'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1714'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4122> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5310'^^xsd:integer;
  dwc:scientificName 'Dinophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '21005'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4122'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '19542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4123> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5311'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4123'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4124> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5312'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4124'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4125> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5313'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4125'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4126> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5314'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4126'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4127> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5315'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4127'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4128> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5316'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4128'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4129> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5317'^^xsd:integer;
  dwc:scientificName 'Dinophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '21005'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4129'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '19542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4130> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5318'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4130'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4131> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5319'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4131'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4132> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5320'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4132'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4133> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5321'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4133'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4134> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5322'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4134'^^xsd:string;
  dwc:observationDate '1992-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12342> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13962'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12342'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12343> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13963'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12343'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12344> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13964'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12344'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12345> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13965'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12345'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12346> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13966'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12346'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12347> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13967'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12347'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12348> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13968'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12348'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12349> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13969'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12349'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12350> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13970'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12350'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12351> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13971'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12351'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12352> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13972'^^xsd:integer;
  dwc:scientificName 'Chlorophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '801'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12352'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12353> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13973'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12353'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12354> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13974'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12354'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12355> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13975'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12355'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12356> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13976'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12356'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12357> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13977'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12357'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12358> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13978'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12358'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12359> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13979'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12359'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12360> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13980'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12360'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12361> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13981'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12361'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12362> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13982'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12362'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12363> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13983'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12363'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12364> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13984'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12364'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12365> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13985'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12365'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12366> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13986'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12366'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12367> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13987'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12367'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12368> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13988'^^xsd:integer;
  dwc:scientificName 'Massartia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109483'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12368'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '109477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12369> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13989'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12369'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12370> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13990'^^xsd:integer;
  dwc:scientificName 'Peridinium brevipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '156515'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12370'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '110210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12371> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13991'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12371'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12372> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13992'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12372'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12373> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13993'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12373'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12374> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13994'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12374'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12375> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13995'^^xsd:integer;
  dwc:scientificName 'Gyrodinium lachryma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109859'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12375'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '109859'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12376> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13996'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12376'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12377> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13997'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12377'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12378> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13998'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12378'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12379> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13999'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12379'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12380> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14000'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12380'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12381> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14001'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12381'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12382> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14002'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12382'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12383> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14003'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12383'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12384> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14004'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12384'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12385> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14005'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12385'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12386> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14006'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12386'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12387> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14007'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12387'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12388> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14008'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12388'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12389> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14009'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12389'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1690> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1975'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1690'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1691> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1976'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1691'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1692> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1977'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1692'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8492> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10112'^^xsd:integer;
  dwc:scientificName 'Peridinium granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '162785'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8492'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '110223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8493> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10113'^^xsd:integer;
  dwc:scientificName 'Peridinium granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '162785'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8493'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '110223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8494> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10114'^^xsd:integer;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8494'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8495> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10115'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8495'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8496> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10116'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8496'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8497> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10117'^^xsd:integer;
  dwc:scientificName 'Thalassiosira subsalina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:aphiaid '163480'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8497'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '163480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1127> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1226'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1127'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1128> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1227'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1128'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1129> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1229'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1129'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1130> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1230'^^xsd:integer;
  dwc:scientificName 'Thalassiosira subsalina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163480'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1130'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '163480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1131> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1231'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1131'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1699> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1984'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1699'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1700> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1985'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1700'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1701> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1986'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1701'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1702> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1987'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1702'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1703> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1988'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1703'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1704> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1989'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1704'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1705> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1990'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1705'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1706> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1991'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1706'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1707> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1992'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1707'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1708> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1993'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1708'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1709> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1994'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1709'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1693> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1978'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1693'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1694> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1979'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1694'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1695> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1980'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1695'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1696> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1981'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1696'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1697> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1982'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1697'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1698> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1983'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1698'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1710> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1995'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1710'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1711> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1996'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1711'^^xsd:string;
  dwc:observationDate '1993-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12395> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14015'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12395'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12396> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14016'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12396'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12397> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14017'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12397'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12398> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14018'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12398'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12390> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14010'^^xsd:integer;
  dwc:scientificName 'Thalassiosira sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '148912'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12390'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '148912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12391> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14011'^^xsd:integer;
  dwc:scientificName 'Chlorophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '801'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12391'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12392> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14012'^^xsd:integer;
  dwc:scientificName 'Scenedesmus quadricauda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163441'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12392'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '248156'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12393> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14013'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12393'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12394> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14014'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12394'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_429> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1228'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_429'^^xsd:string;
  dwc:observationDate '1993-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1732> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2017'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1732'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1733> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2018'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1733'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1734> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2019'^^xsd:integer;
  dwc:scientificName 'Merismopedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '146545'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1734'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '146545'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1719> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2004'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1719'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1720> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2005'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1720'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1715> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2000'^^xsd:integer;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1715'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1716> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2001'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1716'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1717> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2002'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1717'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1718> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2003'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1718'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4169> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5357'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4169'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4170> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5358'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4170'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4171> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5359'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4171'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4172> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5360'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4172'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4167> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5355'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4167'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4168> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5356'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4168'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12255> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13875'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12255'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12256> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13876'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12256'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12257> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13877'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12257'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12258> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13878'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149106'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12258'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12259> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13879'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12259'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12260> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13880'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12260'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12261> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13881'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12261'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12262> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13882'^^xsd:integer;
  dwc:scientificName 'Chlorophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '801'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12262'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12263> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13883'^^xsd:integer;
  dwc:scientificName 'Scenedesmus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '160602'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12263'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '160602'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12264> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13884'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12264'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5762> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7274'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149106'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5762'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '149106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5763> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7275'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5763'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5764> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7276'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5764'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5765> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7277'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5765'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5766> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7278'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5766'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5767> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7279'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5767'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5768> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7280'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5768'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5769> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7281'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5769'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5770> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7282'^^xsd:integer;
  dwc:scientificName 'Peridinium brevipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '156515'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5770'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '110210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5771> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7283'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5771'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5772> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7284'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5772'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5773> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7285'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5773'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5774> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7286'^^xsd:integer;
  dwc:scientificName 'Amphora sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149200'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5774'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '149200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5775> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7287'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5775'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5776> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7288'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5776'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5777> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7289'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5777'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5778> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7290'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5778'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5779> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7291'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5779'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5780> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7292'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5780'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5781> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7293'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5781'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5782> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7294'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5782'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5783> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7295'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5783'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5784> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7296'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5784'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5785> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7297'^^xsd:integer;
  dwc:scientificName 'Eutreptia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '178582'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5785'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '178582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5786> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7298'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5786'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5787> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7299'^^xsd:integer;
  dwc:scientificName 'Peridinium brevipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '156515'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5787'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '110210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5788> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7300'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5788'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5789> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7301'^^xsd:integer;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5789'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5790> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7302'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5790'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5791> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7303'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5791'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5792> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7304'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5792'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5793> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7305'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5793'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5794> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7306'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5794'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5795> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7307'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5795'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5796> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7308'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5796'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5797> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7309'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5797'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5798> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7310'^^xsd:integer;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5798'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5799> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7311'^^xsd:integer;
  dwc:scientificName 'Navicula grevillei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '180753'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5799'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '180753'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5800> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7312'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5800'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5801> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7313'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5801'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5802> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7314'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5802'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5803> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7315'^^xsd:integer;
  dwc:scientificName 'Amphidinium extensum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '232577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5803'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '1368615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7195> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8797'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7195'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7196> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8798'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7196'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7197> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8799'^^xsd:integer;
  dwc:scientificName 'Xanthophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '21539'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7197'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '17793'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7198> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8800'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7198'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7199> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8801'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7199'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7200> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8802'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7200'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7201> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8803'^^xsd:integer;
  dwc:scientificName 'Xanthophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '21539'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7201'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '17793'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7202> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8804'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7202'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7203> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8805'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7203'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7204> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8806'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7204'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7205> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8807'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7205'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7206> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8808'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7206'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7207> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8809'^^xsd:integer;
  dwc:scientificName 'Silicoflagellata sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '157256'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7207'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '157256'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7208> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8810'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7208'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7209> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8811'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7209'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7210> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8812'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7210'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7211> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8813'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7211'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7212> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8814'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7212'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7213> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8815'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7213'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7214> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8816'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7214'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7215> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8817'^^xsd:integer;
  dwc:scientificName 'Xanthophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '21539'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7215'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '17793'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12314> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13934'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12314'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12315> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13935'^^xsd:integer;
  dwc:scientificName 'Diplopsalis lenticula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '110001'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12315'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '110001'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12316> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13936'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12316'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12317> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13937'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12317'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12318> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13938'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12318'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12319> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13939'^^xsd:integer;
  dwc:scientificName 'Peridinium granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '162785'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12319'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '110223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12320> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13940'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12320'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12321> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13941'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12321'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12322> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13942'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12322'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12323> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13943'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12323'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12324> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13944'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12324'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12325> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13945'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12325'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12326> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13946'^^xsd:integer;
  dwc:scientificName 'Scenedesmus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '160602'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12326'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '160602'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12327> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13947'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12327'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12328> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13948'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12328'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12329> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13949'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12329'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12330> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13950'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12330'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12331> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13951'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12331'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12332> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13952'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12332'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12333> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13953'^^xsd:integer;
  dwc:scientificName 'Oscillatoria sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '146549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12333'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '146549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12334> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13954'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12334'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12335> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13955'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12335'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12336> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13956'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12336'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12337> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13957'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12337'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12338> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13958'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12338'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12339> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13959'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12339'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12340> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13960'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12340'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12341> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13961'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12341'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12479> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1279'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12479'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12480> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1280'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12480'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12888> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2060'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12888'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12889> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2061'^^xsd:integer;
  dwc:scientificName 'Thalassiosira sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '148912'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12889'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '148912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12890> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2062'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12890'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12891> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2063'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12891'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12892> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2064'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12892'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12893> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2065'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12893'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12894> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2066'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12894'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12881> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2053'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12881'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12882> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2054'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12882'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12883> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2055'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12883'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12884> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2056'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12884'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12885> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2057'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12885'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12886> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2058'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12886'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12887> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2059'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12887'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13993> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1261'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13993'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13994> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1262'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13994'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13995> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1263'^^xsd:integer;
  dwc:scientificName 'Chilomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '22577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13995'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '22577'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13996> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1264'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13996'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13997> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1265'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13997'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13998> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1266'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13998'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13999> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1267'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13999'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14000> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1268'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14000'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14001> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1269'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14001'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14002> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1270'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14002'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14003> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1271'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14003'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14004> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1272'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14004'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14005> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1273'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14005'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14006> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1274'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14006'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14007> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1275'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14007'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14008> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1276'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14008'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14009> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1277'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14009'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14010> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1278'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14010'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14011> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2035'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14011'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14012> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2036'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14012'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14013> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2037'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14013'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14014> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2038'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14014'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14015> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2039'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14015'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14016> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2040'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14016'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14017> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2041'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14017'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14018> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2042'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14018'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14019> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2043'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14019'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14020> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2044'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14020'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14021> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2045'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14021'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14022> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2046'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14022'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14023> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2047'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14023'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14024> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2048'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14024'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14025> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2049'^^xsd:integer;
  dwc:scientificName 'Cyclotella caspia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163196'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14025'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '163196'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14026> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2050'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14026'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14027> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2051'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14027'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14028> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2052'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14028'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4189> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5377'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4189'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1749> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2034'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1749'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1721> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2006'^^xsd:integer;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1721'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1722> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2007'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1722'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1725> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2010'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1725'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1723> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2008'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1723'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1724> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2009'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1724'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1726> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2011'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1726'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1727> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2012'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1727'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1728> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2013'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1728'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1729> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2014'^^xsd:integer;
  dwc:scientificName 'Cyclotella caspia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '163196'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1729'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '163196'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1730> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2015'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1730'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1731> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2016'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1731'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8469> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10089'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8469'^^xsd:string;
  dwc:observationDate '1992-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8470> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10090'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8470'^^xsd:string;
  dwc:observationDate '1992-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8471> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10091'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8471'^^xsd:string;
  dwc:observationDate '1992-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8472> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10092'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8472'^^xsd:string;
  dwc:observationDate '1992-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1158> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1258'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1158'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1159> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1259'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1159'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1160> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1260'^^xsd:integer;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1160'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8489> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10109'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8489'^^xsd:string;
  dwc:observationDate '1992-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8473> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10093'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8473'^^xsd:string;
  dwc:observationDate '1992-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8474> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10094'^^xsd:integer;
  dwc:scientificName 'Gymnodinium lacustre'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '249715'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8474'^^xsd:string;
  dwc:observationDate '1992-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '249715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8475> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10095'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8475'^^xsd:string;
  dwc:observationDate '1992-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8476> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10096'^^xsd:integer;
  dwc:scientificName 'Gymnodinium variabile'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:aphiaid '109835'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8476'^^xsd:string;
  dwc:observationDate '1992-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '109835'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8477> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10097'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8477'^^xsd:string;
  dwc:observationDate '1992-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8478> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10098'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8478'^^xsd:string;
  dwc:observationDate '1992-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8479> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10099'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8479'^^xsd:string;
  dwc:observationDate '1992-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8480> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10100'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8480'^^xsd:string;
  dwc:observationDate '1992-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8481> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10101'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8481'^^xsd:string;
  dwc:observationDate '1992-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8482> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10102'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agiliforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109780'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8482'^^xsd:string;
  dwc:observationDate '1992-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '109780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8483> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10103'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8483'^^xsd:string;
  dwc:observationDate '1992-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8484> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10104'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8484'^^xsd:string;
  dwc:observationDate '1992-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8485> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10105'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8485'^^xsd:string;
  dwc:observationDate '1992-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8486> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10106'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8486'^^xsd:string;
  dwc:observationDate '1992-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8487> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10107'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus excentricus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '345849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8487'^^xsd:string;
  dwc:observationDate '1992-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '148922'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8488> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10108'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8488'^^xsd:string;
  dwc:observationDate '1992-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4173> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5361'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4173'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4174> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5362'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4174'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4175> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5363'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4175'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4176> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5364'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4176'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4177> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5365'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4177'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4178> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5366'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4178'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4179> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5367'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4179'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4180> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5368'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4180'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4181> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5369'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4181'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4182> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5370'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4182'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4183> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5371'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4183'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4184> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5372'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4184'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4185> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5373'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4185'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4186> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5374'^^xsd:integer;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4186'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4187> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5375'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4187'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4188> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5376'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4188'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4190> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5378'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4190'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4191> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5379'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4191'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4192> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5380'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4192'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4193> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5381'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4193'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1735> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2020'^^xsd:integer;
  dwc:scientificName 'Euglenophyta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '19538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1735'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '146221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1736> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2021'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1736'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1737> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2022'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1737'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1738> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2023'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1738'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1739> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2024'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1739'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1740> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2025'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1740'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1741> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2026'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1741'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1742> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2027'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1742'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1743> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2028'^^xsd:integer;
  dwc:scientificName 'Peridinium punctulatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '162790'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1743'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '110248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1744> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2029'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1744'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1745> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2030'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1745'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1746> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2031'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1746'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1747> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2032'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1747'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1748> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2033'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1748'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12265> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13885'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12265'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12266> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13886'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12266'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12267> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13887'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12267'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12268> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13888'^^xsd:integer;
  dwc:scientificName 'Cyanophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146542'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12268'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '146542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12269> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13889'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12269'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12270> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13890'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12270'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12271> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13891'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12271'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12272> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13892'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12272'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12273> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13893'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12273'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12274> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13894'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12274'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12275> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13895'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12275'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12276> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13896'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12276'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12277> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13897'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12277'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12278> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13898'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12278'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12279> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13899'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12279'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12280> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13900'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12280'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12281> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13901'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12281'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12282> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13902'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12282'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12283> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13903'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12283'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12284> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13904'^^xsd:integer;
  dwc:scientificName 'Chaetoceros socialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149123'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12284'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12285> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13905'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12285'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12286> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13906'^^xsd:integer;
  dwc:scientificName 'Licmophora ehrenbergii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '172609'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12286'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '172609'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12287> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13907'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12287'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12288> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13908'^^xsd:integer;
  dwc:scientificName 'Thalassiosira subsalina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '163480'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12288'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '163480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12289> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13909'^^xsd:integer;
  dwc:scientificName 'Chlorophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '801'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12289'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12290> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13910'^^xsd:integer;
  dwc:scientificName 'Pterosperma cristatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '376081'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12290'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '376081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12291> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13911'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12291'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12292> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13912'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12292'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12293> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13913'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12293'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12294> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13914'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12294'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12295> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13915'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12295'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12296> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13916'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12296'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12297> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13917'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12297'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12298> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13918'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12298'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12299> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13919'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12299'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12300> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13920'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12300'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12301> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13921'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12301'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12302> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13922'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12302'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12303> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13923'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12303'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12304> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13924'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12304'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12305> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13925'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12305'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12306> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13926'^^xsd:integer;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12306'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12307> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13927'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12307'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12308> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13928'^^xsd:integer;
  dwc:scientificName 'Scenedesmus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '160602'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12308'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '160602'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12309> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13929'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12309'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12310> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13930'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12310'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12311> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13931'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12311'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12312> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13932'^^xsd:integer;
  dwc:scientificName 'Cyanophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '146542'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12312'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '146542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12313> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.5"^^xsd:decimal ;
  dwc:decimalLongitude "31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.5 31)"^^geo:wktLiteral ;
  geo-pos:lat "46.5"^^xsd:decimal ;
  geo-pos:long "31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13933'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31'^^xsd:integer;
  dwc:latitude '46.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12313'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6869> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "44.05"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8471'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '44.05'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6869'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6870> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "44.05"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8472'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '44.05'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6870'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6871> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "44.05"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8473'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '44.05'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6871'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6872> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "44.05"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8474'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '44.05'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6872'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6873> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "44.05"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8475'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '44.05'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6873'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6874> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "44.05"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8476'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '44.05'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6874'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6875> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "44.05"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8477'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '44.05'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6875'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6876> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "44.05"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8478'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '44.05'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6876'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6877> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "44.05"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8479'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '44.05'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6877'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6878> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "44.05"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8480'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '44.05'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6878'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6879> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "44.05"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8481'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '44.05'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6879'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6880> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "44.05"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8482'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '44.05'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6880'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6881> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "44.05"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8483'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '44.05'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6881'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6882> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "44.05"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8484'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '44.05'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6882'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6883> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "44.05"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8485'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '44.05'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6883'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6884> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "44.05"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8486'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '44.05'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6884'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6885> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "44.05"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8487'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '44.05'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6885'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6886> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "44.05"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8488'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '44.05'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6886'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6887> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "44.05"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8489'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '44.05'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6887'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6888> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "44.05"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8490'^^xsd:integer;
  dwc:scientificName 'Amphidinium extensum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '44.05'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '232577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6888'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '1368615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6889> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.05"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.05 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "44.05"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8491'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '44.05'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6889'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11643> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13263'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11643'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11644> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13264'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11644'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11645> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13265'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11645'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11646> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13266'^^xsd:integer;
  dwc:scientificName 'Diplopsalis lenticula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '110001'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11646'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '110001'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11647> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13267'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11647'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11649> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13269'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11649'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11650> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13270'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polygramma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '110035'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11650'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '110035'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11651> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13271'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11651'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11652> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13272'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11652'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11653> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13273'^^xsd:integer;
  dwc:scientificName 'Oxytoxum adriaticum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '110079'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11653'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '110079'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11654> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13274'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11654'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11655> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13275'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11655'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11656> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13276'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11656'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11657> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13277'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11657'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11658> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13278'^^xsd:integer;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11658'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11659> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13279'^^xsd:integer;
  dwc:scientificName 'Polykrikos schwarzii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109901'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11659'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '109901'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11660> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13280'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11660'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11661> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13281'^^xsd:integer;
  dwc:scientificName 'Chaetoceros socialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '149123'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11661'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11662> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13282'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '149271'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11662'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11663> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13283'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11663'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11664> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13284'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11664'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11665> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13285'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11665'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11666> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13286'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11666'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11667> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13287'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11667'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11668> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13288'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11668'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11669> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13289'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11669'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11670> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13290'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11670'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11671> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13291'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11671'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11672> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13292'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11672'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11673> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13293'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11673'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11674> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13294'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11674'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11675> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13295'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11675'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11689> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13309'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11689'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11690> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13310'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11690'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11691> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13311'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11691'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11692> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13312'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11692'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11693> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13313'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11693'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11694> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13314'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11694'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11695> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13315'^^xsd:integer;
  dwc:scientificName 'Dinophysis acuminata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109603'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11695'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '109603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11696> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13316'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11696'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11697> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13317'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11697'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11698> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13318'^^xsd:integer;
  dwc:scientificName 'Gymnodinium pseudonoctiluca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109823'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11698'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '109923'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11699> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13319'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11699'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11700> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13320'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11700'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11701> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13321'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11701'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11702> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13322'^^xsd:integer;
  dwc:scientificName 'Peridinium granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '162785'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11702'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '110223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11703> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13323'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11703'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11704> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13324'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11704'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11705> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13325'^^xsd:integer;
  dwc:scientificName 'Polykrikos hartmannii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109898'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11705'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '109898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11706> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13326'^^xsd:integer;
  dwc:scientificName 'Polykrikos schwarzii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109901'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11706'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '109901'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11707> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13327'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11707'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11708> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13328'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11708'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11709> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13329'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11709'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11710> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13330'^^xsd:integer;
  dwc:scientificName 'Chaetoceros socialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '149123'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11710'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11711> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13331'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11711'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11712> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13332'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11712'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11713> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13333'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11713'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11714> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13334'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11714'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11715> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13335'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11715'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11716> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13336'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11716'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11717> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13337'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11717'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11718> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13338'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11718'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11719> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13339'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11719'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11720> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13340'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11720'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11721> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13341'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11721'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11722> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13342'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11722'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11723> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13343'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11723'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11724> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13344'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11724'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11725> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13345'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11725'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11676> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13296'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11676'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11677> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13297'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11677'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11678> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13298'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11678'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11679> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13299'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11679'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11680> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13300'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11680'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11681> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13301'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11681'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11682> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13302'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11682'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11683> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13303'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11683'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11684> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13304'^^xsd:integer;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11684'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11685> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13305'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11685'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11686> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13306'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11686'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11687> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13307'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11687'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11688> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13308'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11688'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11618> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13238'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11618'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11619> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13239'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11619'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11620> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13240'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11620'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11621> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13241'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11621'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11622> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13242'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11622'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11623> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13243'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11623'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11624> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13244'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11624'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11625> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13245'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11625'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11626> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13246'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11626'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11627> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13247'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11627'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11628> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13248'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11628'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11629> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13249'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11629'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11630> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13250'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11630'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11631> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13251'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11631'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11632> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13252'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11632'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11633> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13253'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11633'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11634> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13254'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11634'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11635> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13255'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11635'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11636> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13256'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11636'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11637> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13257'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11637'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11638> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13258'^^xsd:integer;
  dwc:scientificName 'Chaetoceros socialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '149123'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11638'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11639> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13259'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11639'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11640> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13260'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11640'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11641> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13261'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11641'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11642> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13262'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11642'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11726> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13346'^^xsd:integer;
  dwc:scientificName 'Gyrodinium lachryma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '109859'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11726'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '109859'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11727> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13347'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11727'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11728> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13348'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11728'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11729> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13349'^^xsd:integer;
  dwc:scientificName 'Polykrikos hartmannii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '109898'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11729'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '109898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11730> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13350'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11730'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11731> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13351'^^xsd:integer;
  dwc:scientificName 'Chaetoceros socialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:aphiaid '149123'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11731'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11732> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13352'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:aphiaid '149271'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11732'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11733> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13353'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11733'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11734> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13354'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11734'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11735> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13355'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11735'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11736> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13356'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11736'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11737> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13357'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11737'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11738> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13358'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11738'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11739> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13359'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11739'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11740> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13360'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11740'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11741> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13361'^^xsd:integer;
  dwc:scientificName 'Cochlodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:aphiaid '109474'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11741'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '109474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11742> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13362'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11742'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11743> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13363'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11743'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11744> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13364'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11744'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11648> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13268'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11648'^^xsd:string;
  dwc:observationDate '1992-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5892> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7404'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5892'^^xsd:string;
  dwc:observationDate '1992-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5893> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7405'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5893'^^xsd:string;
  dwc:observationDate '1992-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5894> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7406'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5894'^^xsd:string;
  dwc:observationDate '1992-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5895> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7407'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5895'^^xsd:string;
  dwc:observationDate '1992-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5896> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7408'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5896'^^xsd:string;
  dwc:observationDate '1992-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5897> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7409'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5897'^^xsd:string;
  dwc:observationDate '1992-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5898> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7410'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5898'^^xsd:string;
  dwc:observationDate '1992-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13783> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7453'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13783'^^xsd:string;
  dwc:observationDate '1992-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13784> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7454'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13784'^^xsd:string;
  dwc:observationDate '1992-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13785> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7455'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13785'^^xsd:string;
  dwc:observationDate '1992-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13786> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7456'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13786'^^xsd:string;
  dwc:observationDate '1992-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5940> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31.01)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7452'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.01'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5940'^^xsd:string;
  dwc:observationDate '1992-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1260> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1541'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1260'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1261> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1542'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1261'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1262> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1543'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1262'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1263> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1544'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1263'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1264> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1545'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1264'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1265> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1546'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1265'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1266> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1547'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1266'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1267> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1548'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1267'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1268> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1549'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1268'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1269> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1550'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1269'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1270> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1551'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1270'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1271> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1552'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1271'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1272> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1553'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1272'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1273> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1554'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1273'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1274> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1555'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1274'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1275> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1556'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1275'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1276> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1557'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1276'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1279> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1560'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1279'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1280> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1561'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1280'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1281> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1562'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1281'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1282> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1563'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1282'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1283> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1564'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1283'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1284> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1565'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1284'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1285> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1566'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1285'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1286> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1567'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1286'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1287> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1568'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1287'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1288> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1569'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1288'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1277> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1558'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1277'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1278> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1559'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1278'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1292> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1573'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1292'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1293> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1574'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1293'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1294> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1575'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1294'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1295> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1576'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1295'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1296> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1577'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1296'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1297> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1578'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1297'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1289> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1570'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1289'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1290> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1571'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1290'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1291> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "31.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 31.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "31.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1572'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.03'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1291'^^xsd:string;
  dwc:observationDate '1993-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11539> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.48"^^xsd:decimal ;
  dwc:decimalLongitude "31.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.48"^^xsd:decimal ;
  geo-pos:long "31.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13159'^^xsd:integer;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.05'^^xsd:double;
  dwc:latitude '46.48'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11539'^^xsd:string;
  dwc:observationDate '1992-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11540> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.48"^^xsd:decimal ;
  dwc:decimalLongitude "31.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.48"^^xsd:decimal ;
  geo-pos:long "31.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13160'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.05'^^xsd:double;
  dwc:latitude '46.48'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11540'^^xsd:string;
  dwc:observationDate '1992-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11541> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.48"^^xsd:decimal ;
  dwc:decimalLongitude "31.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.48"^^xsd:decimal ;
  geo-pos:long "31.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13161'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.05'^^xsd:double;
  dwc:latitude '46.48'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11541'^^xsd:string;
  dwc:observationDate '1992-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11542> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.48"^^xsd:decimal ;
  dwc:decimalLongitude "31.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.48"^^xsd:decimal ;
  geo-pos:long "31.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13162'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.05'^^xsd:double;
  dwc:latitude '46.48'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11542'^^xsd:string;
  dwc:observationDate '1992-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11543> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.48"^^xsd:decimal ;
  dwc:decimalLongitude "31.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.48"^^xsd:decimal ;
  geo-pos:long "31.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13163'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.05'^^xsd:double;
  dwc:latitude '46.48'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11543'^^xsd:string;
  dwc:observationDate '1992-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11544> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.48"^^xsd:decimal ;
  dwc:decimalLongitude "31.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.48"^^xsd:decimal ;
  geo-pos:long "31.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13164'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.05'^^xsd:double;
  dwc:latitude '46.48'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11544'^^xsd:string;
  dwc:observationDate '1992-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11545> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.48"^^xsd:decimal ;
  dwc:decimalLongitude "31.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.48"^^xsd:decimal ;
  geo-pos:long "31.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13165'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.05'^^xsd:double;
  dwc:latitude '46.48'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11545'^^xsd:string;
  dwc:observationDate '1992-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11546> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.48"^^xsd:decimal ;
  dwc:decimalLongitude "31.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.48"^^xsd:decimal ;
  geo-pos:long "31.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13166'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.05'^^xsd:double;
  dwc:latitude '46.48'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11546'^^xsd:string;
  dwc:observationDate '1992-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11547> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.48"^^xsd:decimal ;
  dwc:decimalLongitude "31.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.48"^^xsd:decimal ;
  geo-pos:long "31.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13167'^^xsd:integer;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.05'^^xsd:double;
  dwc:latitude '46.48'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11547'^^xsd:string;
  dwc:observationDate '1992-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11548> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.48"^^xsd:decimal ;
  dwc:decimalLongitude "31.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.48"^^xsd:decimal ;
  geo-pos:long "31.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13168'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.05'^^xsd:double;
  dwc:latitude '46.48'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11548'^^xsd:string;
  dwc:observationDate '1992-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11549> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.48"^^xsd:decimal ;
  dwc:decimalLongitude "31.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.48"^^xsd:decimal ;
  geo-pos:long "31.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13169'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.05'^^xsd:double;
  dwc:latitude '46.48'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11549'^^xsd:string;
  dwc:observationDate '1992-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11550> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.48"^^xsd:decimal ;
  dwc:decimalLongitude "31.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.48"^^xsd:decimal ;
  geo-pos:long "31.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13170'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.05'^^xsd:double;
  dwc:latitude '46.48'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11550'^^xsd:string;
  dwc:observationDate '1992-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11516> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.48"^^xsd:decimal ;
  dwc:decimalLongitude "31.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.48"^^xsd:decimal ;
  geo-pos:long "31.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13136'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.05'^^xsd:double;
  dwc:latitude '46.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11516'^^xsd:string;
  dwc:observationDate '1992-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11517> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.48"^^xsd:decimal ;
  dwc:decimalLongitude "31.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.48"^^xsd:decimal ;
  geo-pos:long "31.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13137'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.05'^^xsd:double;
  dwc:latitude '46.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11517'^^xsd:string;
  dwc:observationDate '1992-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11518> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.48"^^xsd:decimal ;
  dwc:decimalLongitude "31.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.48"^^xsd:decimal ;
  geo-pos:long "31.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13138'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.05'^^xsd:double;
  dwc:latitude '46.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11518'^^xsd:string;
  dwc:observationDate '1992-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11519> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.48"^^xsd:decimal ;
  dwc:decimalLongitude "31.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.48"^^xsd:decimal ;
  geo-pos:long "31.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13139'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.05'^^xsd:double;
  dwc:latitude '46.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11519'^^xsd:string;
  dwc:observationDate '1992-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11520> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.48"^^xsd:decimal ;
  dwc:decimalLongitude "31.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.48"^^xsd:decimal ;
  geo-pos:long "31.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13140'^^xsd:integer;
  dwc:scientificName 'Amphidinium extensum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.05'^^xsd:double;
  dwc:latitude '46.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11520'^^xsd:string;
  dwc:observationDate '1992-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '1368615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11521> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.48"^^xsd:decimal ;
  dwc:decimalLongitude "31.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.48"^^xsd:decimal ;
  geo-pos:long "31.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13141'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.05'^^xsd:double;
  dwc:latitude '46.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11521'^^xsd:string;
  dwc:observationDate '1992-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11522> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.48"^^xsd:decimal ;
  dwc:decimalLongitude "31.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.48"^^xsd:decimal ;
  geo-pos:long "31.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13142'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.05'^^xsd:double;
  dwc:latitude '46.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11522'^^xsd:string;
  dwc:observationDate '1992-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11523> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.48"^^xsd:decimal ;
  dwc:decimalLongitude "31.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.48"^^xsd:decimal ;
  geo-pos:long "31.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13143'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.05'^^xsd:double;
  dwc:latitude '46.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11523'^^xsd:string;
  dwc:observationDate '1992-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11524> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.48"^^xsd:decimal ;
  dwc:decimalLongitude "31.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.48"^^xsd:decimal ;
  geo-pos:long "31.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13144'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.05'^^xsd:double;
  dwc:latitude '46.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11524'^^xsd:string;
  dwc:observationDate '1992-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11525> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.48"^^xsd:decimal ;
  dwc:decimalLongitude "31.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.48"^^xsd:decimal ;
  geo-pos:long "31.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13145'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.05'^^xsd:double;
  dwc:latitude '46.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11525'^^xsd:string;
  dwc:observationDate '1992-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11526> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.48"^^xsd:decimal ;
  dwc:decimalLongitude "31.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.48"^^xsd:decimal ;
  geo-pos:long "31.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13146'^^xsd:integer;
  dwc:scientificName 'Polykrikos schwarzii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.05'^^xsd:double;
  dwc:latitude '46.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109901'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11526'^^xsd:string;
  dwc:observationDate '1992-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '109901'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11527> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.48"^^xsd:decimal ;
  dwc:decimalLongitude "31.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.48"^^xsd:decimal ;
  geo-pos:long "31.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13147'^^xsd:integer;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.05'^^xsd:double;
  dwc:latitude '46.48'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11527'^^xsd:string;
  dwc:observationDate '1992-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11528> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.48"^^xsd:decimal ;
  dwc:decimalLongitude "31.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.48"^^xsd:decimal ;
  geo-pos:long "31.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13148'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.05'^^xsd:double;
  dwc:latitude '46.48'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11528'^^xsd:string;
  dwc:observationDate '1992-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11529> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.48"^^xsd:decimal ;
  dwc:decimalLongitude "31.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.48"^^xsd:decimal ;
  geo-pos:long "31.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13149'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.05'^^xsd:double;
  dwc:latitude '46.48'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11529'^^xsd:string;
  dwc:observationDate '1992-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11530> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.48"^^xsd:decimal ;
  dwc:decimalLongitude "31.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.48"^^xsd:decimal ;
  geo-pos:long "31.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13150'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.05'^^xsd:double;
  dwc:latitude '46.48'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11530'^^xsd:string;
  dwc:observationDate '1992-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11531> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.48"^^xsd:decimal ;
  dwc:decimalLongitude "31.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.48"^^xsd:decimal ;
  geo-pos:long "31.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13151'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.05'^^xsd:double;
  dwc:latitude '46.48'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11531'^^xsd:string;
  dwc:observationDate '1992-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11532> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.48"^^xsd:decimal ;
  dwc:decimalLongitude "31.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.48"^^xsd:decimal ;
  geo-pos:long "31.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13152'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.05'^^xsd:double;
  dwc:latitude '46.48'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11532'^^xsd:string;
  dwc:observationDate '1992-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11533> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.48"^^xsd:decimal ;
  dwc:decimalLongitude "31.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.48"^^xsd:decimal ;
  geo-pos:long "31.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13153'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.05'^^xsd:double;
  dwc:latitude '46.48'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11533'^^xsd:string;
  dwc:observationDate '1992-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11534> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.48"^^xsd:decimal ;
  dwc:decimalLongitude "31.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.48"^^xsd:decimal ;
  geo-pos:long "31.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13154'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.05'^^xsd:double;
  dwc:latitude '46.48'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11534'^^xsd:string;
  dwc:observationDate '1992-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11535> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.48"^^xsd:decimal ;
  dwc:decimalLongitude "31.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.48"^^xsd:decimal ;
  geo-pos:long "31.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13155'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.05'^^xsd:double;
  dwc:latitude '46.48'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11535'^^xsd:string;
  dwc:observationDate '1992-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11536> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.48"^^xsd:decimal ;
  dwc:decimalLongitude "31.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.48"^^xsd:decimal ;
  geo-pos:long "31.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13156'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.05'^^xsd:double;
  dwc:latitude '46.48'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11536'^^xsd:string;
  dwc:observationDate '1992-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11537> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.48"^^xsd:decimal ;
  dwc:decimalLongitude "31.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.48"^^xsd:decimal ;
  geo-pos:long "31.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13157'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.05'^^xsd:double;
  dwc:latitude '46.48'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11537'^^xsd:string;
  dwc:observationDate '1992-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11538> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.48"^^xsd:decimal ;
  dwc:decimalLongitude "31.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.48 31.05)"^^geo:wktLiteral ;
  geo-pos:lat "46.48"^^xsd:decimal ;
  geo-pos:long "31.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13158'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.05'^^xsd:double;
  dwc:latitude '46.48'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11538'^^xsd:string;
  dwc:observationDate '1992-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6949> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8551'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6949'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6950> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8552'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6950'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6951> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8553'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6951'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6952> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8554'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6952'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6953> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8555'^^xsd:integer;
  dwc:scientificName 'Cyanophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146542'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6953'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '146542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6954> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8556'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6954'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6955> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8557'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6955'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6956> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8558'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6956'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6957> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8559'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6957'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6958> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8560'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6958'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6959> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8561'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6959'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6960> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8562'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6960'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6961> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8563'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6961'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6962> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8564'^^xsd:integer;
  dwc:scientificName 'Xanthophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '21539'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6962'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '17793'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6963> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8565'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6963'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6964> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8566'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6964'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6965> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8567'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6965'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6966> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8568'^^xsd:integer;
  dwc:scientificName 'Eutreptiella braarudii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '248121'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6966'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '248121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6967> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8569'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6967'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6968> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8570'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6968'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6969> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8571'^^xsd:integer;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6969'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6970> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8572'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6970'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6971> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8573'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6971'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6972> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8574'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6972'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6973> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8575'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6973'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6974> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8576'^^xsd:integer;
  dwc:scientificName 'Xanthophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '21539'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6974'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '17793'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6975> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8577'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6975'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6976> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8578'^^xsd:integer;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6976'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6995> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8597'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6995'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6996> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8598'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6996'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6997> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8599'^^xsd:integer;
  dwc:scientificName 'Xanthophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '21539'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6997'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '17793'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6998> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8600'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6998'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6999> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8601'^^xsd:integer;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6999'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7000> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8602'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7000'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7001> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8603'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7001'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7002> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8604'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7002'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7003> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8605'^^xsd:integer;
  dwc:scientificName 'Eutreptiella braarudii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '248121'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7003'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '248121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7005> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8607'^^xsd:integer;
  dwc:scientificName 'Xanthophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '21539'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7005'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '17793'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7006> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8608'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7006'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7007> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8609'^^xsd:integer;
  dwc:scientificName 'Chaetoceros socialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:aphiaid '149123'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7007'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '149123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7008> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8610'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7008'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7009> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8611'^^xsd:integer;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7009'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7010> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8612'^^xsd:integer;
  dwc:scientificName 'Thalassiosira subsalina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:aphiaid '163480'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7010'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '163480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7011> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8613'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7011'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7012> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8614'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7012'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7013> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8615'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7013'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7014> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8616'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7014'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7015> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8617'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7015'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7016> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8618'^^xsd:integer;
  dwc:scientificName 'Xanthophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:aphiaid '21539'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7016'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '17793'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6977> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8579'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6977'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6978> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8580'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6978'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6979> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8581'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6979'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6980> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8582'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6980'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6981> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8583'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6981'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6982> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8584'^^xsd:integer;
  dwc:scientificName 'Xanthophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '21539'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6982'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '17793'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6983> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8585'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6983'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6984> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8586'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6984'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6985> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8587'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6985'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6986> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8588'^^xsd:integer;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6986'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6987> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8589'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6987'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6988> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8590'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6988'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6989> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8591'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6989'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6990> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8592'^^xsd:integer;
  dwc:scientificName 'Eutreptiella braarudii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '248121'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6990'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '248121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6991> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8593'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6991'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6992> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8594'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6992'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6993> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8595'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6993'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6994> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8596'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6994'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7004> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.06"^^xsd:decimal ;
  dwc:decimalLongitude "31.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.06 31.15)"^^geo:wktLiteral ;
  geo-pos:lat "45.06"^^xsd:decimal ;
  geo-pos:long "31.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8606'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.15'^^xsd:double;
  dwc:latitude '45.06'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7004'^^xsd:string;
  dwc:observationDate '1992-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11892> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13512'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.18'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11892'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11893> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13513'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.18'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11893'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11894> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13514'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.18'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11894'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11895> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13515'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.18'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11895'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11896> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13516'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.18'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11896'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11897> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13517'^^xsd:integer;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.18'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11897'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11898> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13518'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.18'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11898'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11899> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13519'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.18'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11899'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11900> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13520'^^xsd:integer;
  dwc:scientificName 'Eutreptiella gymnastica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.18'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '110652'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11900'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11901> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13521'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.18'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11901'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11902> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13522'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agile'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.18'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232554'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11902'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '707838'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11903> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13523'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.18'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11903'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11904> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13524'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.18'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11904'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11905> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13525'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.18'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11905'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11906> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13526'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.18'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11906'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11907> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13527'^^xsd:integer;
  dwc:scientificName 'Nephrochloris salina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.18'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '573914'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11907'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '573916'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11908> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13528'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.18'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11908'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11909> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13529'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.18'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11909'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11910> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13530'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.18'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11910'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11911> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13531'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.18'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11911'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11876> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13496'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.18'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11876'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11877> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13497'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.18'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11877'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11878> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13498'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.18'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11878'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11879> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13499'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.18'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11879'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11880> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13500'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.18'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11880'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11881> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13501'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.18'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11881'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11882> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13502'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.18'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11882'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11883> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13503'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.18'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11883'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11884> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13504'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.18'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11884'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11885> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13505'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.18'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11885'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11886> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13506'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.18'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11886'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11887> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13507'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.18'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11887'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11888> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13508'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.18'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11888'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11889> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13509'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.18'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11889'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11890> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13510'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.18'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11890'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11891> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13511'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.18'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11891'^^xsd:string;
  dwc:observationDate '1992-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5573> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7085'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5573'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5574> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7086'^^xsd:integer;
  dwc:scientificName 'Eutreptiella braarudii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '248121'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5574'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '248121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5575> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7087'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5575'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5576> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7088'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5576'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5577> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7089'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5577'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5578> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7090'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5578'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5579> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7091'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5579'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5580> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7092'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5580'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5581> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7093'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5581'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5582> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7094'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5582'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5583> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7095'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5583'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4102> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5128'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4102'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4103> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5129'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4103'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4104> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5130'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4104'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13922> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5131'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13922'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13923> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5132'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13923'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13924> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5133'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13924'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13925> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5134'^^xsd:integer;
  dwc:scientificName 'Amphidinium extensum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13925'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '1368615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13926> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5135'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13926'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13927> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5136'^^xsd:integer;
  dwc:scientificName 'Thalassiosira subsalina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163480'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13927'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '163480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13928> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5137'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13928'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13929> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5138'^^xsd:integer;
  dwc:scientificName 'Cyanophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146542'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13929'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '146542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13930> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5139'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13930'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13931> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5140'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13931'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13932> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5141'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13932'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13933> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5142'^^xsd:integer;
  dwc:scientificName 'Gymnodinium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13933'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '109795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13934> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5143'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13934'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13935> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5144'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13935'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1188> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1450'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1188'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1189> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1451'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1189'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1190> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1452'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1190'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1191> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1453'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1191'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1192> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1454'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1192'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1184> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1446'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1184'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1185> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1447'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1185'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1186> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1448'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1186'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1187> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1449'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1187'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1183> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1445'^^xsd:integer;
  dwc:scientificName 'Dictyocha sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '157258'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1183'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '157258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1179> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1441'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1179'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1180> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1442'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1180'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1182> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1444'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1182'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1211> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1491'^^xsd:integer;
  dwc:scientificName 'Dinophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '21005'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1211'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '19542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1212> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1492'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1212'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1213> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "32"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1493'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '32'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1213'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1193> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1455'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1193'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1194> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1456'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1194'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1195> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1457'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1195'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1196> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1458'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1196'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1197> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1477'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1197'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1198> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1478'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1198'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1199> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1479'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1199'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1200> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1480'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1200'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1201> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1481'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1201'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1202> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1482'^^xsd:integer;
  dwc:scientificName 'Dinophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '21005'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1202'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '19542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1203> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1483'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1203'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1204> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1484'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1204'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1205> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1485'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1205'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1206> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1486'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1206'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1207> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1487'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1207'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1208> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1488'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1208'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1209> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1489'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1209'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1210> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1490'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1210'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8427> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10047'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8427'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8428> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10048'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8428'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1174> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1436'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1174'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1175> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1437'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1175'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1176> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1438'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1176'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1177> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1439'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1177'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1178> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1440'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1178'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1171> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1433'^^xsd:integer;
  dwc:scientificName 'Dinophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '21005'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1171'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '19542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1172> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1434'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1172'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1173> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1435'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1173'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1181> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1443'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1181'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_28> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_28> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_28>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1462'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_28'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_29>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_29> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_29> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_29>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_29>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_29" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1463'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_29'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_30>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_30> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_30> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_30>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_30>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_30" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1464'^^xsd:integer;
  dwc:scientificName 'Dictyocha sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '157258'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_30'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '157258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_323> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1151'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_323'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_324> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1152'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_324'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6858> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8460'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus radiatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149158'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6858'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '149158'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6859> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8461'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6859'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6860> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8462'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6860'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5584> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7096'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5584'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5585> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7097'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5585'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5586> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7098'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5586'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5587> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7099'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5587'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5588> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7100'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5588'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5589> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7101'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5589'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5590> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7102'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5590'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5591> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7103'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5591'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6861> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8463'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6861'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6862> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8464'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6862'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6863> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8465'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6863'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6864> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8466'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6864'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6865> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8467'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6865'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6866> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8468'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6866'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6867> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8469'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6867'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6868> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8470'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6868'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1055> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1153'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1055'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1056> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1154'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1056'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_107> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1475'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_107'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_108> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1476'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_108'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_106> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1474'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_106'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_25> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_25> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_25>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1459'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_25'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_26> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_26> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_26>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1460'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_26'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_27>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_27> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_27> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_27>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1461'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_27'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_97>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_97> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_97> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_97>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_97>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_97" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1465'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_97'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_98>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_98> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_98> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_98>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_98>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_98" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1466'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_98'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_99>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_99> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_99> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_99>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_99>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_99" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1467'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_99'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_100> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1468'^^xsd:integer;
  dwc:scientificName 'Peridinium solidicorne'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '576719'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_100'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '110254'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_101> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1469'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_101'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_102> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1470'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_102'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_103> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1471'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_103'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_104> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1472'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_104'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_105> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1473'^^xsd:integer;
  dwc:scientificName 'Dictyocha sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '157258'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_105'^^xsd:string;
  dwc:observationDate '1993-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '157258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_313> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1141'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_313'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5514> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7026'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5514'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5515> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7027'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5515'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5516> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7028'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5516'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5517> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7029'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5517'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5518> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7030'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5518'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5519> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7031'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5519'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5520> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7032'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5520'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5521> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7033'^^xsd:integer;
  dwc:scientificName 'Amphidinium extensum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5521'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '1368615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5522> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7034'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5522'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5523> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7035'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5523'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5524> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7036'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5524'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5525> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7037'^^xsd:integer;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5525'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5526> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7038'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5526'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5527> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7039'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5527'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5528> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7040'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5528'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5529> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7041'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5529'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5530> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7042'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5530'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5531> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7043'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5531'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5532> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7044'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5532'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5533> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7045'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5533'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5534> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7046'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5534'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5535> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7047'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5535'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5536> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7048'^^xsd:integer;
  dwc:scientificName 'Amphidinium crassum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109726'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5536'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '109726'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5537> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7049'^^xsd:integer;
  dwc:scientificName 'Amphidinium extensum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '232577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5537'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '1368615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5538> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7050'^^xsd:integer;
  dwc:scientificName 'Chilomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '22577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5538'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '22577'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5539> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7051'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5539'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5540> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7052'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5540'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5541> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7053'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5541'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5542> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7054'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5542'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5543> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7055'^^xsd:integer;
  dwc:scientificName 'Oxytoxum sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109528'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5543'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '109528'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5544> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7056'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5544'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5545> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7057'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5545'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5546> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7058'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5546'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5547> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7059'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5547'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5548> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7060'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5548'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5549> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7061'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5549'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5550> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7062'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5550'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5551> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7063'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5551'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5552> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7064'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5552'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5553> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7065'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5553'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5554> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7066'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5554'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5555> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7067'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5555'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5556> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7068'^^xsd:integer;
  dwc:scientificName 'Exuviaella baltica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '576723'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5556'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '110293'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5557> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7069'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5557'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5558> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7070'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5558'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5559> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7071'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5559'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5560> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7072'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5560'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5561> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7073'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5561'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5562> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7074'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5562'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5563> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7075'^^xsd:integer;
  dwc:scientificName 'Amphidinium crassum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '109726'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5563'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '109726'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5564> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7076'^^xsd:integer;
  dwc:scientificName 'Chilomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '22577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5564'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '22577'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5565> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7077'^^xsd:integer;
  dwc:scientificName 'Exuviaella baltica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '576723'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5565'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '110293'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5566> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7078'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5566'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5567> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7079'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5567'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5568> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7080'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5568'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5569> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7081'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5569'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5570> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7082'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5570'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5571> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7083'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5571'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5572> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7084'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5572'^^xsd:string;
  dwc:observationDate '1992-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12697> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5257'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12697'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12698> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5258'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12698'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12699> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5259'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12699'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12700> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5260'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12700'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12701> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5261'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12701'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12702> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5262'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12702'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12703> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5263'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12703'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12704> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5264'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12704'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12705> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "39"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5265'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '39'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12705'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12706> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "39"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5266'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '39'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12706'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12707> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5267'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12707'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12708> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5268'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12708'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12709> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5269'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12709'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13220> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5248'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13220'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13221> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5249'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13221'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13222> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5250'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13222'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13223> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5251'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13223'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13224> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5252'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13224'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13225> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5253'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13225'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13226> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5254'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13226'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13227> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5255'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13227'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13228> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5256'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13228'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13207> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5235'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13207'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13208> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5236'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13208'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13209> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5237'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13209'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13210> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5238'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13210'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13211> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5239'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13211'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13212> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5240'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13212'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13213> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5241'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13213'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13214> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5242'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13214'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13215> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5243'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13215'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13216> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5244'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13216'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13217> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5245'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13217'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13218> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5246'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13218'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13219> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5247'^^xsd:integer;
  dwc:scientificName 'Amphidinium crassum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109726'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13219'^^xsd:string;
  dwc:observationDate '1992-07-23'^^xsd:date;
  dwc:aphiaIdAccepted '109726'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12794> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1410'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12794'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12795> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1411'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12795'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12796> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1412'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12796'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12797> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1413'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12797'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12798> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1414'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12798'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12799> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1415'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12799'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12800> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1416'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12800'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12801> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1417'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12801'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12802> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1418'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12802'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12803> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1419'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12803'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12804> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1420'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12804'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12805> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1421'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12805'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12806> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1422'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12806'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1161> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1423'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1161'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1162> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1424'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1162'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8455> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10075'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8455'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8456> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10076'^^xsd:integer;
  dwc:scientificName 'Gymnodinium lacustre'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '249715'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8456'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '249715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8457> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10077'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8457'^^xsd:string;
  dwc:observationDate '1992-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1165> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1427'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1165'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1166> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1428'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1166'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1167> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1429'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1167'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1168> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1430'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1168'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1169> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1431'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1169'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1170> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1432'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1170'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1163> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1425'^^xsd:integer;
  dwc:scientificName 'Dinophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '21005'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1163'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '19542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1164> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1426'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1164'^^xsd:string;
  dwc:observationDate '1993-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_322> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1150'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_322'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_310> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1138'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_310'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_311> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1139'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_311'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_312> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1140'^^xsd:integer;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_312'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_314> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1142'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_314'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_315> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1143'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_315'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_316> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1144'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_316'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_317> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1145'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_317'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_318> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1146'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_318'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_319> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1147'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_319'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_320> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1148'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_320'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_321> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1149'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_321'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_304> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1132'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_304'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_305> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1133'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_305'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_306> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1134'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_306'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_307> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1135'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_307'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_308> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1136'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_308'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_309> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "31.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 31.2)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "31.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1137'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.2'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_309'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7245> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.35 31.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.35"^^xsd:decimal ;
  dwc:decimalLongitude "31.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.35 31.31)"^^geo:wktLiteral ;
  geo-pos:lat "46.35"^^xsd:decimal ;
  geo-pos:long "31.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8847'^^xsd:integer;
  dwc:scientificName 'Chlorophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.31'^^xsd:double;
  dwc:latitude '46.35'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '801'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7245'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7246> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.35 31.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.35"^^xsd:decimal ;
  dwc:decimalLongitude "31.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.35 31.31)"^^geo:wktLiteral ;
  geo-pos:lat "46.35"^^xsd:decimal ;
  geo-pos:long "31.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8848'^^xsd:integer;
  dwc:scientificName 'Synedra tabulata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.31'^^xsd:double;
  dwc:latitude '46.35'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149371'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7246'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '157061'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11487> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13107'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11487'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11488> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13108'^^xsd:integer;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11488'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11489> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13109'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11489'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11490> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13110'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11490'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11491> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13111'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11491'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11492> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13112'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11492'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11493> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13113'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11493'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11494> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13114'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11494'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11495> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13115'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11495'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11496> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13116'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11496'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11497> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13117'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11497'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11498> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13118'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11498'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11499> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13119'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11499'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11500> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13120'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11500'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11501> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13121'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11501'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11502> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13122'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11502'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11503> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13123'^^xsd:integer;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11503'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11504> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13124'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11504'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11505> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13125'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11505'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11506> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13126'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11506'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11507> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13127'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11507'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11508> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13128'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11508'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11509> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13129'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11509'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11510> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13130'^^xsd:integer;
  dwc:scientificName 'Cyanophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146542'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11510'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '146542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11511> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13131'^^xsd:integer;
  dwc:scientificName 'Merismopedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146545'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11511'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '146545'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11512> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13132'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11512'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11513> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13133'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11513'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11514> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13134'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11514'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11515> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13135'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11515'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12509> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1309'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12509'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12510> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1310'^^xsd:integer;
  dwc:scientificName 'Chaetoceros danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149120'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12510'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '149120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12511> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1311'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12511'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12512> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1312'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12512'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12931> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2103'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12931'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12932> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2104'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12932'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12933> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2105'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12933'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12934> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2106'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12934'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12807> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2107'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12807'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12808> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2108'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12808'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12809> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2109'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12809'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12810> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2110'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12810'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12811> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2111'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12811'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12812> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2112'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12812'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12813> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2113'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12813'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12814> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2114'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12814'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12815> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2115'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12815'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12816> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2116'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12816'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12817> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2117'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12817'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12818> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2118'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12818'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12819> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2119'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12819'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12820> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2120'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12820'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12821> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2121'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12821'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12822> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2122'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12822'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12823> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2123'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12823'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12824> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2124'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12824'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12825> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2125'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12825'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12826> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2126'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12826'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5839> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7351'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5839'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5840> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7352'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5840'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5841> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7353'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5841'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5842> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7354'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5842'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5843> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7355'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5843'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5844> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7356'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5844'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5845> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7357'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5845'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5846> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7358'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5846'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5847> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7359'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5847'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5848> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7360'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5848'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5849> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7361'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5849'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5850> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7362'^^xsd:integer;
  dwc:scientificName 'Eutreptiella braarudii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '248121'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5850'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '248121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5851> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7363'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5851'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5852> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7364'^^xsd:integer;
  dwc:scientificName 'Cochlodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109474'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5852'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '109474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5853> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7365'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5853'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5854> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.36)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7366'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.36'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5854'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8460> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10080'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.37'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8460'^^xsd:string;
  dwc:observationDate '1992-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8461> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10081'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.37'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8461'^^xsd:string;
  dwc:observationDate '1992-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8462> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10082'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.37'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8462'^^xsd:string;
  dwc:observationDate '1992-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8463> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10083'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.37'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8463'^^xsd:string;
  dwc:observationDate '1992-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8464> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10084'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.37'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8464'^^xsd:string;
  dwc:observationDate '1992-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8466> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10086'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.37'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8466'^^xsd:string;
  dwc:observationDate '1992-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8467> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10087'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.37'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8467'^^xsd:string;
  dwc:observationDate '1992-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8468> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10088'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.37'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8468'^^xsd:string;
  dwc:observationDate '1992-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8458> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10078'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.37'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8458'^^xsd:string;
  dwc:observationDate '1992-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8459> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10079'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.37'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8459'^^xsd:string;
  dwc:observationDate '1992-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4212> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5400'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.37'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4212'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4213> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5401'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.37'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4213'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4214> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5402'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.37'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4214'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4215> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5403'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.37'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4215'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4216> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5404'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.37'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4216'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4217> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5405'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.37'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4217'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4218> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5406'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.37'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4218'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4219> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5407'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.37'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4219'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4220> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5408'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.37'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4220'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8465> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.31"^^xsd:decimal ;
  dwc:decimalLongitude "31.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.31 31.37)"^^geo:wktLiteral ;
  geo-pos:lat "46.31"^^xsd:decimal ;
  geo-pos:long "31.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10085'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.37'^^xsd:double;
  dwc:latitude '46.31'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8465'^^xsd:string;
  dwc:observationDate '1992-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1086> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.5)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1184'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.5'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1086'^^xsd:string;
  dwc:observationDate '1993-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1087> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.5)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1185'^^xsd:integer;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.5'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1087'^^xsd:string;
  dwc:observationDate '1993-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1088> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.5)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1186'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.5'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1088'^^xsd:string;
  dwc:observationDate '1993-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1089> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.5)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1187'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.5'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1089'^^xsd:string;
  dwc:observationDate '1993-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1090> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.5)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1188'^^xsd:integer;
  dwc:scientificName 'Chaetoceros subsecundus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.5'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163047'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1090'^^xsd:string;
  dwc:observationDate '1993-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '679262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1093> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.5)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1191'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.5'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1093'^^xsd:string;
  dwc:observationDate '1993-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1091> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.5)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1189'^^xsd:integer;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.5'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1091'^^xsd:string;
  dwc:observationDate '1993-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1092> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.5)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1190'^^xsd:integer;
  dwc:scientificName 'Ebria sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.5'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '118014'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1092'^^xsd:string;
  dwc:observationDate '1993-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '118014'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12481> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "31.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 31.5)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "31.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1281'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.5'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12481'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4209> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.16 31.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.16"^^xsd:decimal ;
  dwc:decimalLongitude "31.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.16 31.62)"^^geo:wktLiteral ;
  geo-pos:lat "46.16"^^xsd:decimal ;
  geo-pos:long "31.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5397'^^xsd:integer;
  dwc:scientificName 'Eutreptiella braarudii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.62'^^xsd:double;
  dwc:latitude '46.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '248121'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4209'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '248121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4210> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.16 31.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.16"^^xsd:decimal ;
  dwc:decimalLongitude "31.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.16 31.62)"^^geo:wktLiteral ;
  geo-pos:lat "46.16"^^xsd:decimal ;
  geo-pos:long "31.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5398'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.62'^^xsd:double;
  dwc:latitude '46.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4210'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4211> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.16 31.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.16"^^xsd:decimal ;
  dwc:decimalLongitude "31.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.16 31.62)"^^geo:wktLiteral ;
  geo-pos:lat "46.16"^^xsd:decimal ;
  geo-pos:long "31.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5399'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.62'^^xsd:double;
  dwc:latitude '46.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4211'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4208> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.16 31.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.16"^^xsd:decimal ;
  dwc:decimalLongitude "31.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.16 31.62)"^^geo:wktLiteral ;
  geo-pos:lat "46.16"^^xsd:decimal ;
  geo-pos:long "31.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5396'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.62'^^xsd:double;
  dwc:latitude '46.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4208'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5824> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.69)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7336'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.69'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5824'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5825> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.69)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7337'^^xsd:integer;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.69'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5825'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5826> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.69)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7338'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.69'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5826'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5827> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.69)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7339'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.69'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5827'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5828> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.69)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7340'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.69'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5828'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5829> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.69)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7341'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.69'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5829'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5830> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.69)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7342'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.69'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5830'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5831> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.69)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7343'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.69'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5831'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5832> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.69)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7344'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.69'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5832'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5833> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.69)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7345'^^xsd:integer;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.69'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5833'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5834> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.69)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7346'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.69'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5834'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5835> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.69)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7347'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.69'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5835'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5836> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.69)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7348'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.69'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5836'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5837> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.69)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7349'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.69'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5837'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5838> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.69)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7350'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.69'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5838'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7243> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.16 31.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.16"^^xsd:decimal ;
  dwc:decimalLongitude "31.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.16 31.7)"^^geo:wktLiteral ;
  geo-pos:lat "46.16"^^xsd:decimal ;
  geo-pos:long "31.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8845'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.7'^^xsd:double;
  dwc:latitude '46.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7243'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7244> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.16 31.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.16"^^xsd:decimal ;
  dwc:decimalLongitude "31.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.16 31.7)"^^geo:wktLiteral ;
  geo-pos:lat "46.16"^^xsd:decimal ;
  geo-pos:long "31.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8846'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.7'^^xsd:double;
  dwc:latitude '46.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7244'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11477> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13097'^^xsd:integer;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.71'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11477'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11478> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13098'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.71'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11478'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11479> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13099'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.71'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11479'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11480> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13100'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.71'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11480'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11481> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13101'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.71'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11481'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11482> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13102'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.71'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11482'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11483> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13103'^^xsd:integer;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.71'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11483'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11484> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13104'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.71'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11484'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11485> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13105'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.71'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11485'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11486> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13106'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.71'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11486'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12507> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1307'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.71'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12507'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12508> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1308'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.71'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12508'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12921> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2093'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.71'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12921'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12922> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2094'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.71'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12922'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12923> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2095'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.71'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12923'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12924> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2096'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.71'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12924'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12925> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2097'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.71'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12925'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12926> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2098'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.71'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12926'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12927> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2099'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.71'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12927'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12928> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2100'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.71'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12928'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12929> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2101'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.71'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12929'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12930> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.71)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2102'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.71'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12930'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6912> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8514'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6912'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6913> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8515'^^xsd:integer;
  dwc:scientificName 'Xanthophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '21539'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6913'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '17793'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6914> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8516'^^xsd:integer;
  dwc:scientificName 'Cyclotella caspia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '163196'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6914'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '163196'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6915> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8517'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6915'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6916> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8518'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6916'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6917> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8519'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6917'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6918> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8520'^^xsd:integer;
  dwc:scientificName 'Cyanophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '146542'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6918'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '146542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6919> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8521'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6919'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6920> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8522'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6920'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6921> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8523'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6921'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6922> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8524'^^xsd:integer;
  dwc:scientificName 'Eutreptiella braarudii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '248121'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6922'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '248121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6923> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8525'^^xsd:integer;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6923'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6924> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8526'^^xsd:integer;
  dwc:scientificName 'Chlorophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '801'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6924'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6925> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8527'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6925'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6926> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8528'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6926'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6927> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8529'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6927'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6928> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8530'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6928'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6929> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8531'^^xsd:integer;
  dwc:scientificName 'Xanthophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '21539'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6929'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '17793'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6930> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8532'^^xsd:integer;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6930'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6931> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8533'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6931'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6932> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8534'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6932'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6933> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8535'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6933'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6934> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8536'^^xsd:integer;
  dwc:scientificName 'Xanthophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '21539'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6934'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '17793'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6935> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8537'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6935'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6936> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8538'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6936'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6937> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8539'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6937'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6938> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8540'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6938'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6899> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8501'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6899'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6900> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8502'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6900'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6901> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8503'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6901'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6902> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8504'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6902'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6903> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8505'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6903'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6904> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8506'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6904'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6905> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8507'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6905'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6906> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8508'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6906'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6907> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8509'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6907'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6908> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8510'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6908'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6909> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8511'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6909'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6910> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8512'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6910'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6911> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8513'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6911'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13728> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6823'^^xsd:integer;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13728'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13729> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6824'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13729'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13730> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6825'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13730'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13731> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6826'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13731'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13732> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6827'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13732'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13733> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6828'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13733'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13734> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6829'^^xsd:integer;
  dwc:scientificName 'Dinophysis sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109462'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13734'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '109462'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13735> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6830'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13735'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13736> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6831'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13736'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13737> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6832'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13737'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13738> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6833'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13738'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13869> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6816'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13869'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13870> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6817'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13870'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13871> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6818'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13871'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13872> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6819'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13872'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13873> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6820'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13873'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13874> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6821'^^xsd:integer;
  dwc:scientificName 'Silicoflagellata sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157256'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13874'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '157256'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13875> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 31.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "31.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6822'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '31.98'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13875'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5509> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7021'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5509'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5510> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7022'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5510'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5511> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7023'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5511'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5512> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7024'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5512'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5513> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7025'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5513'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11991> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13611'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11991'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11992> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13612'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11992'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11993> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13613'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11993'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11994> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13614'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11994'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11995> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13615'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11995'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11996> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13616'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11996'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11997> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13617'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11997'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11998> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13618'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11998'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11999> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13619'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11999'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12000> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13620'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12000'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12001> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13621'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12001'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12002> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13622'^^xsd:integer;
  dwc:scientificName 'Gonyaulax catenata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233365'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12002'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110156'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12003> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13623'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12003'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12004> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13624'^^xsd:integer;
  dwc:scientificName 'Gyrodinium lachryma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109859'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12004'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '109859'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12005> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13625'^^xsd:integer;
  dwc:scientificName 'Oxyrrhis marina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109902'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12005'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '109902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12006> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13626'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12006'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12007> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13627'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12007'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12008> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13628'^^xsd:integer;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12008'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12009> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13629'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12009'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12010> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13630'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12010'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12011> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13631'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12011'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12012> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13632'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12012'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12013> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13633'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12013'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12014> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13634'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12014'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12015> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13635'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12015'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12016> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13636'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12016'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12017> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13637'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12017'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12018> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13638'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12018'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12019> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13639'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12019'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12020> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13640'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12020'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12021> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13641'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12021'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12022> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13642'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12022'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12023> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13643'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12023'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12024> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13644'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12024'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12025> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13645'^^xsd:integer;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12025'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12026> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13646'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12026'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12027> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13647'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12027'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12028> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13648'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12028'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12029> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13649'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12029'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12030> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13650'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12030'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12031> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13651'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12031'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12032> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13652'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12032'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12033> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13653'^^xsd:integer;
  dwc:scientificName 'Cochlodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109474'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12033'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '109474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12034> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13654'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12034'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12035> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13655'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12035'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12036> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13656'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12036'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12037> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13657'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12037'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12038> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13658'^^xsd:integer;
  dwc:scientificName 'Oxytoxum adriaticum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '110079'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12038'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110079'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12039> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13659'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12039'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12040> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13660'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12040'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12041> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13661'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12041'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12042> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13662'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12042'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12043> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13663'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12043'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12044> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13664'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12044'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12045> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13665'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12045'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12046> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13666'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12046'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12047> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13667'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12047'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12048> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13668'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12048'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12049> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13669'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12049'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12050> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13670'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12050'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12051> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13671'^^xsd:integer;
  dwc:scientificName 'Oxytoxum adriaticum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '110079'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12051'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110079'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12052> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13672'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12052'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12053> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13673'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12053'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12054> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13674'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12054'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12055> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13675'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12055'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12056> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13676'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12056'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12057> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13677'^^xsd:integer;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12057'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12058> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13678'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12058'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12059> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13679'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12059'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12060> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13680'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12060'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12061> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13681'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12061'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12062> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13682'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12062'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12063> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13683'^^xsd:integer;
  dwc:scientificName 'Cochlodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109474'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12063'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '109474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12064> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13684'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12064'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12065> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13685'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12065'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12066> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13686'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12066'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12067> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13687'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12067'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12068> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13688'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12068'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12069> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13689'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12069'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12070> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13690'^^xsd:integer;
  dwc:scientificName 'Gyrodinium lachryma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109859'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12070'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '109859'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12071> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13691'^^xsd:integer;
  dwc:scientificName 'Oxytoxum adriaticum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '110079'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12071'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110079'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12072> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13692'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12072'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12073> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13693'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12073'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12074> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13694'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12074'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12075> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13695'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12075'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12076> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13696'^^xsd:integer;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12076'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12077> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13697'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '149271'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12077'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '149271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12078> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13698'^^xsd:integer;
  dwc:scientificName 'Pterosperma jorgensii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '590453'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12078'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '590453'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12079> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13699'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12079'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12080> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13700'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12080'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12081> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13701'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12081'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12082> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13702'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12082'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12083> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13703'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12083'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12084> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13704'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12084'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12085> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13705'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12085'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13351> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5180'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13351'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13352> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5181'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13352'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13353> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5182'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13353'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13354> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5183'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13354'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13355> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5184'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13355'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13356> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5189'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13356'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13357> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5190'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13357'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13358> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5191'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13358'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13359> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5192'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13359'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13360> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5193'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13360'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13361> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5194'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13361'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13362> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5195'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13362'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13363> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5196'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13363'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13364> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5197'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13364'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13365> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5198'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13365'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13366> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5199'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13366'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13367> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5200'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13367'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13368> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5201'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13368'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13369> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5202'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13369'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13171> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5185'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13171'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13172> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5186'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13172'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13173> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5187'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13173'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13174> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5188'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13174'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13175> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5203'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13175'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13176> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5204'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13176'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13177> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5205'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13177'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13178> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5206'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13178'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13179> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5207'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13179'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13180> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5208'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13180'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13181> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5209'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13181'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13182> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5210'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13182'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13183> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5211'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13183'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13184> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5212'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13184'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13185> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5213'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13185'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13186> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5214'^^xsd:integer;
  dwc:scientificName 'Amphidinium extensum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:aphiaid '232577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13186'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '1368615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13187> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5215'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13187'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13188> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5216'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13188'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13189> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5217'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13189'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13190> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5218'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13190'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13191> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5219'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13191'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13192> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5220'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13192'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13193> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5221'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13193'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13194> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5222'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13194'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13195> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5223'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13195'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13196> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5224'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13196'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13197> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5225'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13197'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13198> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5226'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13198'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13199> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5227'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13199'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13200> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5228'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13200'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13201> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5229'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13201'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13202> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5230'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13202'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13203> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5231'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13203'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13204> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5232'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13204'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13205> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5233'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13205'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13206> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5234'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13206'^^xsd:string;
  dwc:observationDate '1992-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2000> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2450'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2000'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2001> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2451'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2001'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2002> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2452'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2002'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1994> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2444'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1994'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1995> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2445'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1995'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1996> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2446'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1996'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1997> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2447'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1997'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1998> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2448'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1998'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1999> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2449'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1999'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1993> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2443'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1993'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1983> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2433'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1983'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1984> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2434'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1984'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1985> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2435'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1985'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1986> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2436'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1986'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1987> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2437'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1987'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1988> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2438'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1988'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1989> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2439'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1989'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1990> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2440'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1990'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1991> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2441'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1991'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1992> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2442'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1992'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2003> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2453'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2003'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2004> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2454'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2004'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2005> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2455'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2005'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2006> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2456'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia alata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '149223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2006'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '149168'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1976> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2426'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1976'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1977> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2427'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1977'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1978> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2428'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1978'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1980> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2430'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1980'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1981> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2431'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1981'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1982> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2432'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1982'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1979> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2429'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1979'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1967> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2417'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1967'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1968> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2418'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1968'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1969> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2419'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1969'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1970> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2420'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1970'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1971> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2421'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1971'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1972> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2422'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1972'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1973> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2423'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1973'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1974> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2424'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1974'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1975> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2425'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1975'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1965> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2415'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1965'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1966> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2416'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1966'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2015> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2465'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2015'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2016> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2466'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2016'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2017> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2467'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2017'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2009> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2459'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2009'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2010> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2460'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2010'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2011> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2461'^^xsd:integer;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2011'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2013> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2463'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2013'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2014> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2464'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2014'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1963> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2413'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1963'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1964> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2414'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1964'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2007> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2457'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2007'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1962> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2412'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1962'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5457> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6969'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5457'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5458> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6970'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5458'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5459> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6971'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5459'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5460> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6972'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5460'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5461> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6973'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5461'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5462> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6974'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5462'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5463> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6975'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5463'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5464> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6976'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5464'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5465> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6977'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5465'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5466> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6978'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5466'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5467> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6979'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5467'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5468> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6980'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5468'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5469> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6981'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5469'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5450> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6962'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5450'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5451> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6963'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5451'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5452> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6964'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5452'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5453> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6965'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5453'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5454> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6966'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5454'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5455> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6967'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5455'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5456> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6968'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5456'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5470> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6982'^^xsd:integer;
  dwc:scientificName 'Cyanophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '146542'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5470'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '146542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5471> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6983'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5471'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5472> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6984'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5472'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5473> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6985'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5473'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5474> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6986'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5474'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5475> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6987'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5475'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5476> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6988'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5476'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5477> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6989'^^xsd:integer;
  dwc:scientificName 'Oxytoxum sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109528'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5477'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '109528'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5478> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6990'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5478'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5479> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6991'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5479'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5480> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6992'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5480'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5481> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6993'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5481'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5482> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6994'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5482'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5483> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6995'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5483'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5484> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6996'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5484'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5485> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6997'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5485'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5486> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6998'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5486'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5487> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6999'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5487'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5488> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7000'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5488'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5489> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7001'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5489'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5490> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7002'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5490'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5491> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7003'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5491'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5492> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7004'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5492'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5493> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7005'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5493'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5494> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7006'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5494'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5495> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7007'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5495'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5496> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7008'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5496'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5497> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7009'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5497'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5498> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7010'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5498'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5499> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7011'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5499'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5500> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7012'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5500'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8378> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9998'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8378'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8379> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9999'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8379'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8380> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10000'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8380'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8381> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10001'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8381'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8382> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10002'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8382'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8383> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10003'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8383'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8384> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10004'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8384'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8375> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9995'^^xsd:integer;
  dwc:scientificName 'Bacillaria paradoxa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149317'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8375'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '558243'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8376> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9996'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8376'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8377> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9997'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8377'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2008> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2458'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2008'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_562> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '188'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_562'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_563> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '189'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_563'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_564> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '190'^^xsd:integer;
  dwc:scientificName 'Ebria sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '118014'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_564'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '118014'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_565> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '191'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_565'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_566> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '192'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_566'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_567> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '193'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_567'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_568> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '194'^^xsd:integer;
  dwc:scientificName 'Thalassiosira subsalina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '163480'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_568'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '163480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_569> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '195'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_569'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_570> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '196'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_570'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_571> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '197'^^xsd:integer;
  dwc:scientificName 'Cryptomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '106282'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_571'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '106282'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_572> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '198'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_572'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_573> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '199'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_573'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_574> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '200'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_574'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_575> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '201'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_575'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_576> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '202'^^xsd:integer;
  dwc:scientificName 'Chaetoceros danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '149120'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_576'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '149120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_577> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '203'^^xsd:integer;
  dwc:scientificName 'Chaetoceros dubius'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '575740'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_577'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '575740'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_578> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '204'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_578'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_579> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '205'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_579'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_580> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '206'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_580'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_581> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '207'^^xsd:integer;
  dwc:scientificName 'Cryptomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '106282'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_581'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '106282'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_582> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '208'^^xsd:integer;
  dwc:scientificName 'Cyclotella caspia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '163196'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_582'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '163196'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_583> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '209'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_583'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_584> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '210'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_584'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_585> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '211'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_585'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_586> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '212'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_586'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_587> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '213'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_587'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_588> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '214'^^xsd:integer;
  dwc:scientificName 'Chaetoceros danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149120'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_588'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '149120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_589> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '215'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_589'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_590> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '216'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_590'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_591> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '217'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_591'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_592> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '218'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_592'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_593> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '219'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_593'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_594> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '220'^^xsd:integer;
  dwc:scientificName 'Diploneis sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149018'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_594'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '149018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_595> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '221'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149106'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_595'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '149106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_596> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '222'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_596'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_559> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '185'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_559'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_560> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '186'^^xsd:integer;
  dwc:scientificName 'Thalassiosira subsalina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '163480'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_560'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '163480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_561> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '187'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_561'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5501> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7013'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5501'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5502> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7014'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5502'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5503> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7015'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5503'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5504> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7016'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5504'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5505> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7017'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5505'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5506> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7018'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5506'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5507> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7019'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5507'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5508> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7020'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5508'^^xsd:string;
  dwc:observationDate '1992-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2012> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2462'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2012'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_558> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '184'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_558'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_554> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '180'^^xsd:integer;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_554'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_546> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '172'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_546'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_547> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '173'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_547'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_548> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '174'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_548'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_549> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '175'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_549'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_550> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '176'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_550'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_551> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '177'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_551'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_552> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '178'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_552'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_553> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '179'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_553'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_555> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '181'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_555'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_556> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '182'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_556'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_557> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '183'^^xsd:integer;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_557'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3985> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5011'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3985'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3986> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5012'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3986'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3987> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5013'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3987'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3988> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5014'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3988'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3989> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5015'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3989'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3990> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5016'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3990'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3991> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5017'^^xsd:integer;
  dwc:scientificName 'Phalacroma sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109466'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3991'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '109466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3992> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5018'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3992'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3993> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5019'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3993'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3994> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5020'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3994'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3995> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5021'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3995'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3996> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5022'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3996'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3997> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5023'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3997'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3998> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5024'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3998'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3999> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5025'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3999'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4000> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5026'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4000'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4001> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5027'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4001'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6939> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8541'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6939'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6940> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8542'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6940'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6941> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8543'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6941'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6942> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8544'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6942'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6943> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8545'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6943'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6944> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8546'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6944'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6945> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8547'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6945'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6946> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8548'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6946'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6947> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8549'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6947'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6948> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8550'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6948'^^xsd:string;
  dwc:observationDate '1992-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12086> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13706'^^xsd:integer;
  dwc:scientificName 'Calyptrosphaera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '235828'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12086'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '235828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12087> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13707'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12087'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12088> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13708'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12088'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12089> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13709'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12089'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12090> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13710'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12090'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12091> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13711'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12091'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12092> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13712'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12092'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12093> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13713'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12093'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12094> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13714'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12094'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12095> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13715'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12095'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12096> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13716'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12096'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12097> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13717'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12097'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12098> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13718'^^xsd:integer;
  dwc:scientificName 'Peridinium brevipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '156515'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12098'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12099> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13719'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12099'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12100> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13720'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12100'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12101> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13721'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12101'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12102> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13722'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12102'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12103> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13723'^^xsd:integer;
  dwc:scientificName 'Calyptrosphaera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '235828'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12103'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '235828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12104> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13724'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12104'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12105> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13725'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12105'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12106> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13726'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12106'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12107> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13727'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12107'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12108> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13728'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12108'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12109> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13729'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12109'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12110> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13730'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12110'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12111> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13731'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12111'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12112> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13732'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12112'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12113> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13733'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12113'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12114> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13734'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus jonesianus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163178'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12114'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '450730'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12115> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13735'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12115'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12116> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13736'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12116'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12827> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2127'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12827'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12828> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2128'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12828'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12829> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2129'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12829'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12830> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2130'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12830'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12831> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2131'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12831'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12832> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2132'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12832'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12833> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2133'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12833'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12834> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2134'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12834'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12835> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2135'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12835'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12836> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2136'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12836'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12837> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2137'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12837'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12838> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2138'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12838'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12839> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2139'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12839'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12840> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2140'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12840'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12841> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2141'^^xsd:integer;
  dwc:scientificName 'Chilomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '22577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12841'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '22577'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12842> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2142'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12842'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13718> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6806'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13718'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13719> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6807'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13719'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13720> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6808'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13720'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13721> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6809'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13721'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13722> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6810'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13722'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13723> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6811'^^xsd:integer;
  dwc:scientificName 'Dinophysis caudata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109612'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13723'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '109612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13724> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6812'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13724'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13725> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6813'^^xsd:integer;
  dwc:scientificName 'Dinophysis fortii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109624'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13725'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '109624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13726> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6814'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13726'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13727> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6815'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13727'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13866> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6802'^^xsd:integer;
  dwc:scientificName 'Dinophysis fortii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109624'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13866'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '109624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13867> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6803'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13867'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13868> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6804'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13868'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13717> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6805'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13717'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_543> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '169'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_543'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8385> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10005'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8385'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8386> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10006'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8386'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8387> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10007'^^xsd:integer;
  dwc:scientificName 'Gymnodinium variabile'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109835'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8387'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '109835'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8388> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10008'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8388'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8389> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10009'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8389'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8390> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10010'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8390'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8391> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10011'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8391'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8392> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10012'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8392'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8393> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10013'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8393'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8394> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10014'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8394'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8395> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10015'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8395'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8396> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10016'^^xsd:integer;
  dwc:scientificName 'Poropila dubia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574226'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8396'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8397> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10017'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8397'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8398> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10018'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8398'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8399> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10019'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8399'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8400> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10020'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8400'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8401> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10021'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8401'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8402> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10022'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8402'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8403> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10023'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8403'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_544> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '170'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_544'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_545> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '171'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_545'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_539> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '165'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_539'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_540> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '166'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_540'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_541> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '167'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_541'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_542> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '168'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_542'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_534> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '160'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_534'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_535> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '161'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_535'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_536> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '162'^^xsd:integer;
  dwc:scientificName 'Eutreptiella gymnastica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110652'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_536'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '110652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_537> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '163'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_537'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_538> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '164'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_538'^^xsd:string;
  dwc:observationDate '1993-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4235> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5423'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4235'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4236> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5424'^^xsd:integer;
  dwc:scientificName 'Eutreptiella braarudii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '248121'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4236'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '248121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4237> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5425'^^xsd:integer;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4237'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4238> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5426'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4238'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4239> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5427'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4239'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4240> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5428'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4240'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4241> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5429'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4241'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4242> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5430'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4242'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4243> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5431'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4243'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4244> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5432'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4244'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4245> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5433'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4245'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4246> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5434'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4246'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4247> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5435'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4247'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4248> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5436'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4248'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12152> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13772'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12152'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12153> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13773'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12153'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12154> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13774'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12154'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12155> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13775'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12155'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12156> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13776'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12156'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12157> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13777'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12157'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12158> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13778'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12158'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12159> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13779'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12159'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12160> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13780'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12160'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12161> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13781'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12161'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12162> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13782'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12162'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12163> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13783'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12163'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12164> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13784'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12164'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12165> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13785'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12165'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12166> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13786'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12166'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12167> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13787'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12167'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12168> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13788'^^xsd:integer;
  dwc:scientificName 'Amphidinium extensum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12168'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '1368615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12169> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13789'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12169'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12170> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13790'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12170'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12171> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13791'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12171'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12172> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13792'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12172'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12173> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13793'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12173'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12174> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13794'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12174'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12175> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13795'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12175'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12176> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13796'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12176'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12177> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13797'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12177'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12178> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13798'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12178'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12843> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2143'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12843'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12844> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2144'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12844'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12845> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2145'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12845'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12846> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2146'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12846'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12847> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2147'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12847'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12848> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2148'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12848'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12849> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2149'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12849'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12850> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2150'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12850'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12851> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2151'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12851'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12852> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2152'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12852'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12853> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2153'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12853'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12854> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2154'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12854'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12855> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2155'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12855'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12856> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2156'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12856'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12857> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2157'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12857'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12858> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2158'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12858'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12859> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2159'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12859'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12860> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2160'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12860'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13764> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8857'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13764'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13765> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8858'^^xsd:integer;
  dwc:scientificName 'Gymnodinium lacustre'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '249715'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13765'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '249715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13766> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8859'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13766'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13767> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8860'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13767'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13768> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8861'^^xsd:integer;
  dwc:scientificName 'Diatoma elongatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149348'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13768'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '979161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13769> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8862'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13769'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13770> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8863'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agiliforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109780'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13770'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '109780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13771> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8864'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13771'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13772> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8865'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13772'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13773> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8866'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13773'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13774> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8867'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13774'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13775> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8868'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13775'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13776> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8869'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13776'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13777> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8870'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13777'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13778> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8871'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13778'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13779> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8872'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13779'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13780> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8873'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13780'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13781> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8874'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13781'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8406> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10026'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8406'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8407> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10027'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8407'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8408> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10028'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8408'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8409> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10029'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8409'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8410> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10030'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8410'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8411> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10031'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8411'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8412> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10032'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agiliforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109780'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8412'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '109780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8413> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10033'^^xsd:integer;
  dwc:scientificName 'Gymnodinium varians'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '163825'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8413'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '163825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8414> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10034'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8414'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8415> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10035'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8415'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8416> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10036'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8416'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8417> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10037'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agiliforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109780'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8417'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '109780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8418> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10038'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8418'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8419> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10039'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8419'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8420> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10040'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agiliforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109780'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8420'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '109780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8421> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10041'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8421'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8422> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10042'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8422'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8423> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10043'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8423'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8424> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10044'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8424'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8425> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10045'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8425'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8426> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10046'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8426'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8404> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10024'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8404'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8405> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10025'^^xsd:integer;
  dwc:scientificName 'Thalassiosira baltica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '156690'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8405'^^xsd:string;
  dwc:observationDate '1992-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '156690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4221> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5409'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4221'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4222> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5410'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4222'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4223> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5411'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4223'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4224> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5412'^^xsd:integer;
  dwc:scientificName 'Coccolithus fragilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236067'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4224'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '235962'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4225> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5413'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4225'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4226> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5414'^^xsd:integer;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4226'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4227> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5415'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4227'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4228> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5416'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4228'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4229> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5417'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4229'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4230> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5418'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4230'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4231> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5419'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4231'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4232> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5420'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4232'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4233> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5421'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4233'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4234> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5422'^^xsd:integer;
  dwc:scientificName 'Coccolithus fragilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236067'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4234'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '235962'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7253> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8855'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7253'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7254> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8856'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7254'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7255> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8875'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7255'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7256> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8876'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7256'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7257> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8877'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7257'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7258> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8878'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7258'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7248> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8850'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7248'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7249> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8851'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7249'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7250> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8852'^^xsd:integer;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7250'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7251> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8853'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7251'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7252> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8854'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7252'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12671> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2161'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12671'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12672> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2162'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12672'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12673> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2163'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12673'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12674> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2164'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12674'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12675> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2165'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12675'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12676> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2166'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12676'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_290> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1118'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_290'^^xsd:string;
  dwc:observationDate '1993-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_291> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1119'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_291'^^xsd:string;
  dwc:observationDate '1993-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1057> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1155'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1057'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1058> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1156'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1058'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1059> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1157'^^xsd:integer;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1059'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1061> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1159'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1061'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1062> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1160'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1062'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1063> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1161'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1063'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1064> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1162'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1064'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1065> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1163'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1065'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1066> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1164'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1066'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1067> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1165'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1067'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1068> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1166'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1068'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1069> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1167'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1069'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7279> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8899'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7279'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12680> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2180'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12680'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12681> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2181'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12681'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12682> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2182'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12682'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12683> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2183'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12683'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12684> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2184'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12684'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12685> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2185'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12685'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12686> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2186'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12686'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12687> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2187'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12687'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12688> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2188'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12688'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12861> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2169'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12861'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12862> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2170'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12862'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12863> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2171'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12863'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12864> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2172'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12864'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12865> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2173'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12865'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12866> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2174'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12866'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12867> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2175'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12867'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12868> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2176'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12868'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12869> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2177'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12869'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12870> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2178'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12870'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4258> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5446'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4258'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4259> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5447'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4259'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4260> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5448'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4260'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4261> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5449'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4261'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5356> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6868'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5356'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5357> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6869'^^xsd:integer;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5357'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5358> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6870'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5358'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5359> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6871'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5359'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5360> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6872'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5360'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5361> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6873'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5361'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5362> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6874'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5362'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5363> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6875'^^xsd:integer;
  dwc:scientificName 'Dinophysis caudata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109612'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5363'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '109612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5364> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6876'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5364'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5365> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6877'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5365'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5366> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6878'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5366'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5367> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6879'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5367'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5368> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6880'^^xsd:integer;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5368'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5369> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6881'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5369'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5370> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6882'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5370'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5371> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6883'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5371'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5372> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6884'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5372'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5373> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6885'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5373'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5374> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6886'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5374'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5375> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6887'^^xsd:integer;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5375'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5376> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6888'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5376'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5377> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6889'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5377'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5378> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6890'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5378'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5379> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6891'^^xsd:integer;
  dwc:scientificName 'Eutreptiella braarudii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '248121'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5379'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '248121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5380> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6892'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5380'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5381> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6893'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5381'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7272> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8892'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7272'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7273> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8893'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7273'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7274> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8894'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7274'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7275> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8895'^^xsd:integer;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7275'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7276> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8896'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7276'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7277> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8897'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7277'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7278> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8898'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7278'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1060> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1158'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1060'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12677> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2167'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12677'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12678> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2168'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12678'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12679> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2179'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12679'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12399> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14019'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12399'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12400> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14020'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12400'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12401> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14021'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12401'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12402> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14022'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12402'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12403> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14023'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12403'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12404> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14024'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12404'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12405> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14025'^^xsd:integer;
  dwc:scientificName 'Calyptrosphaera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '235828'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12405'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '235828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12406> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14026'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12406'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12407> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14027'^^xsd:integer;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12407'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12408> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14028'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12408'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12409> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14029'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12409'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12410> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14030'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12410'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12411> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14031'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12411'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12412> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14032'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12412'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12413> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14033'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12413'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12414> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14034'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12414'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12415> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14035'^^xsd:integer;
  dwc:scientificName 'Peridinium brevipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '156515'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12415'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '110210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12416> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '14036'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12416'^^xsd:string;
  dwc:observationDate '1992-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4265> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5453'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4265'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4266> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5454'^^xsd:integer;
  dwc:scientificName 'Amphidinium extensum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4266'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '1368615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4267> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5455'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4267'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4268> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5456'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4268'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4269> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5457'^^xsd:integer;
  dwc:scientificName 'Amphidinium crassum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109726'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4269'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '109726'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4270> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5458'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4270'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4271> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5459'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4271'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4272> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5460'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4272'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4273> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5461'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4273'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4274> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5462'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4274'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4275> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5463'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4275'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4276> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5464'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4276'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4277> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5465'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4277'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4278> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5466'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4278'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4279> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5467'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4279'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4280> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5468'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4280'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4281> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5469'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4281'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4282> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5470'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4282'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4283> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5471'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4283'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4284> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5472'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4284'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4285> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5473'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4285'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4286> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5474'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4286'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4287> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5475'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4287'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7241> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8843'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7241'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11466> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13086'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11466'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11467> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13087'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11467'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11468> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13088'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11468'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11469> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13089'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11469'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11470> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13090'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11470'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11471> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13091'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11471'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11472> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13092'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11472'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11473> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13093'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11473'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11474> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13094'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11474'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11475> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13095'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11475'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11476> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13096'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11476'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12498> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1298'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12498'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12499> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1299'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12499'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12500> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1300'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12500'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12501> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1301'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12501'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12502> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1302'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12502'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12503> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1303'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12503'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12504> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1304'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12504'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12505> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1305'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12505'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12506> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1306'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12506'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12910> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2082'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12910'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12911> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2083'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12911'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12912> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2084'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12912'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12913> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2085'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12913'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12914> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2086'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12914'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12915> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2087'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12915'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12916> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2088'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12916'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12917> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2089'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12917'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12918> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2090'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12918'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12919> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2091'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12919'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12920> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2092'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12920'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4206> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5394'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4206'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4207> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5395'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32'^^xsd:integer;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4207'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8516> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10136'^^xsd:integer;
  dwc:scientificName 'Peridinium granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '162785'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8516'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '110223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8517> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10137'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8517'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1111> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1209'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1111'^^xsd:string;
  dwc:observationDate '1993-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1112> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1210'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1112'^^xsd:string;
  dwc:observationDate '1993-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1113> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1211'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1113'^^xsd:string;
  dwc:observationDate '1993-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1114> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1212'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1114'^^xsd:string;
  dwc:observationDate '1993-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1115> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1213'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1115'^^xsd:string;
  dwc:observationDate '1993-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1116> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1214'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1116'^^xsd:string;
  dwc:observationDate '1993-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1117> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1215'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1117'^^xsd:string;
  dwc:observationDate '1993-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1118> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1216'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1118'^^xsd:string;
  dwc:observationDate '1993-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1105> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1203'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1105'^^xsd:string;
  dwc:observationDate '1993-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1106> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1204'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1106'^^xsd:string;
  dwc:observationDate '1993-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1107> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1205'^^xsd:integer;
  dwc:scientificName 'Thalassiosira sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '148912'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1107'^^xsd:string;
  dwc:observationDate '1993-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '148912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1108> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1206'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1108'^^xsd:string;
  dwc:observationDate '1993-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1109> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1207'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1109'^^xsd:string;
  dwc:observationDate '1993-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1110> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1208'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1110'^^xsd:string;
  dwc:observationDate '1993-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1095> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1193'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1095'^^xsd:string;
  dwc:observationDate '1993-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1096> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1194'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1096'^^xsd:string;
  dwc:observationDate '1993-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1097> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1195'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1097'^^xsd:string;
  dwc:observationDate '1993-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1098> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1196'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1098'^^xsd:string;
  dwc:observationDate '1993-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1099> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1197'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1099'^^xsd:string;
  dwc:observationDate '1993-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1100> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1198'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1100'^^xsd:string;
  dwc:observationDate '1993-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1101> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1199'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1101'^^xsd:string;
  dwc:observationDate '1993-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1102> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1200'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1102'^^xsd:string;
  dwc:observationDate '1993-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1103> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1201'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1103'^^xsd:string;
  dwc:observationDate '1993-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1104> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1202'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1104'^^xsd:string;
  dwc:observationDate '1993-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11311> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12931'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11311'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11312> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12932'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11312'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11313> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12933'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11313'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11314> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12934'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11314'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11315> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12935'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11315'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11316> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12936'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11316'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11317> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12937'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11317'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11318> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12938'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11318'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11319> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12939'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11319'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11320> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12940'^^xsd:integer;
  dwc:scientificName 'Oxyrrhis marina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109902'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11320'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '109902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11321> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12941'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11321'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11322> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12942'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11322'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11323> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12943'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11323'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11324> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12944'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11324'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11325> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12945'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11325'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11326> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12946'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11326'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11327> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12947'^^xsd:integer;
  dwc:scientificName 'Chaetoceros socialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '149123'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11327'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11328> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12948'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '149271'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11328'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11329> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12949'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11329'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11330> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12950'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11330'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11331> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12951'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11331'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11332> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12952'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11332'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11333> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12953'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11333'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11334> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12954'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11334'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11335> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12955'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11335'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11336> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12956'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11336'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11337> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12957'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11337'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11338> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12958'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11338'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11339> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12959'^^xsd:integer;
  dwc:scientificName 'Cochlodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109474'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11339'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '109474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11340> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12960'^^xsd:integer;
  dwc:scientificName 'Diplopsalis lenticula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '110001'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11340'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '110001'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11341> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12961'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11341'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11342> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12962'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polygramma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '110035'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11342'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '110035'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11343> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12963'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11343'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11344> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12964'^^xsd:integer;
  dwc:scientificName 'Gyrodinium lachryma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109859'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11344'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '109859'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11345> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12965'^^xsd:integer;
  dwc:scientificName 'Oxyrrhis marina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109902'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11345'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '109902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11346> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12966'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11346'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11347> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12967'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11347'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11348> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12968'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11348'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11349> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12969'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11349'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11350> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12970'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11350'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11351> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12971'^^xsd:integer;
  dwc:scientificName 'Polykrikos schwarzii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109901'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11351'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '109901'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11352> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12972'^^xsd:integer;
  dwc:scientificName 'Chaetoceros socialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '149123'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11352'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11353> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12973'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '149271'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11353'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11354> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12974'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11354'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11355> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12975'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11355'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11356> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12976'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11356'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11357> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12977'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11357'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11358> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12978'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11358'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11359> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12979'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11359'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11360> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12980'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11360'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11361> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12981'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11361'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11362> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12982'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11362'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11363> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12983'^^xsd:integer;
  dwc:scientificName 'Diplopsalis lenticula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '110001'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11363'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '110001'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11364> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12984'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11364'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11365> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12985'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11365'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11366> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12986'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11366'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11367> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12987'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11367'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11368> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12988'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11368'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11369> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12989'^^xsd:integer;
  dwc:scientificName 'Oxyrrhis marina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109902'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11369'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '109902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11370> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12990'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11370'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11371> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12991'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11371'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11372> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12992'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11372'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11373> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12993'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11373'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11374> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12994'^^xsd:integer;
  dwc:scientificName 'Polykrikos schwarzii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109901'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11374'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '109901'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11375> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12995'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11375'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11376> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12996'^^xsd:integer;
  dwc:scientificName 'Chaetoceros compressus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '149129'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11376'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149129'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11377> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12997'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11377'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11378> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12998'^^xsd:integer;
  dwc:scientificName 'Chaetoceros socialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '149123'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11378'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11379> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12999'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '149271'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11379'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11380> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13000'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11380'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11381> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13001'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11381'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11382> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13002'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11382'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11383> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13003'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11383'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11384> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13004'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11384'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11385> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13005'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11385'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11386> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13006'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11386'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11387> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13007'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11387'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11388> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13008'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11388'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11389> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13009'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11389'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11390> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13010'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11390'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11391> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13011'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11391'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11392> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13012'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11392'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11393> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13013'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11393'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11394> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13014'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11394'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11395> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13015'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11395'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11396> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13016'^^xsd:integer;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11396'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11397> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13017'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11397'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11398> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13018'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11398'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11399> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13019'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11399'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11400> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13020'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11400'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11401> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13021'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11401'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11402> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13022'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11402'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11403> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13023'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11403'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11404> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13024'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11404'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11405> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13025'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11405'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11406> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13026'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11406'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11407> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13027'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11407'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11408> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13028'^^xsd:integer;
  dwc:scientificName 'Dinophysis acuminata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '109603'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11408'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '109603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11409> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13029'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11409'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11410> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13030'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11410'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11411> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13031'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11411'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11412> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13032'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11412'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11413> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13033'^^xsd:integer;
  dwc:scientificName 'Gymnodinium pseudonoctiluca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '109823'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11413'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '109923'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11414> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13034'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11414'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11415> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13035'^^xsd:integer;
  dwc:scientificName 'Oxyrrhis marina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '109902'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11415'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '109902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11416> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13036'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11416'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11417> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13037'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11417'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11418> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13038'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11418'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11419> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13039'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11419'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11420> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13040'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11420'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11421> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13041'^^xsd:integer;
  dwc:scientificName 'Phalacroma sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '109466'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11421'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '109466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11422> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13042'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11422'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11423> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13043'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11423'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11424> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13044'^^xsd:integer;
  dwc:scientificName 'Chaetoceros socialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:aphiaid '149123'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11424'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11425> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13045'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11425'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11426> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13046'^^xsd:integer;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11426'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11427> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13047'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11427'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11428> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13048'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11428'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11429> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13049'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11429'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11430> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13050'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11430'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11431> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13051'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11431'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11432> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13052'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11432'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11433> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13053'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11433'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11434> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13054'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11434'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11435> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13055'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11435'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11436> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13056'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11436'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11437> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13057'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11437'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11438> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13058'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11438'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11439> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13059'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11439'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11440> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13060'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11440'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11441> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13061'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11441'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11442> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13062'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11442'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13807> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7477'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13807'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13808> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7478'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13808'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13809> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7479'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13809'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13810> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7480'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13810'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13811> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7481'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13811'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13812> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7482'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13812'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13813> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7483'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13813'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13814> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7484'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13814'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13815> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7485'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13815'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13816> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7486'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13816'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11301> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12921'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11301'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11302> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12922'^^xsd:integer;
  dwc:scientificName 'Chaetoceros socialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149123'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11302'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11303> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12923'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149271'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11303'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11304> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12924'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11304'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11305> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12925'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11305'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11306> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12926'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11306'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11307> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12927'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11307'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11308> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12928'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11308'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11309> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12929'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11309'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11310> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12930'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11310'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1094> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1192'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1094'^^xsd:string;
  dwc:observationDate '1993-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_435> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '58'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_435'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_436> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '59'^^xsd:integer;
  dwc:scientificName 'Chaetoceros socialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149123'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_436'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_437> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '60'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_437'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_438> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '61'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_438'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_439> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '62'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_439'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_440> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '63'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_440'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_441> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '64'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_441'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_442> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '65'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_442'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_443> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '66'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_443'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_444> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '67'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_444'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_445> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '68'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_445'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_446> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '69'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_446'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_447> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '70'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_447'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13895> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.63 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.63"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.63 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.63"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3592'^^xsd:integer;
  dwc:scientificName 'Amphidinium crassum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.63'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109726'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13895'^^xsd:string;
  dwc:observationDate '1992-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '109726'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13896> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.63 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.63"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.63 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.63"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3593'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.63'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13896'^^xsd:string;
  dwc:observationDate '1992-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13897> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.63 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.63"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.63 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.63"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3594'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.63'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13897'^^xsd:string;
  dwc:observationDate '1992-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13898> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.63 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.63"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.63 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.63"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3595'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.63'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13898'^^xsd:string;
  dwc:observationDate '1992-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13899> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.63 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.63"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.63 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.63"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3596'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.63'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13899'^^xsd:string;
  dwc:observationDate '1992-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13900> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.63 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.63"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.63 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.63"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3597'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.63'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13900'^^xsd:string;
  dwc:observationDate '1992-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13901> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.63 32.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.63"^^xsd:decimal ;
  dwc:decimalLongitude "32.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.63 32.03)"^^geo:wktLiteral ;
  geo-pos:lat "45.63"^^xsd:decimal ;
  geo-pos:long "32.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3598'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.03'^^xsd:double;
  dwc:latitude '45.63'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13901'^^xsd:string;
  dwc:observationDate '1992-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1890> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2337'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1890'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1891> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2338'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1891'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1892> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2339'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1892'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1893> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2340'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1893'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1894> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2341'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1894'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1895> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2342'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1895'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1896> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2343'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1896'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1898> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2345'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1898'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1899> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2346'^^xsd:integer;
  dwc:scientificName 'Peridinium punctulatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '162790'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1899'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '110248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1900> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2347'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1900'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1901> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2348'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1901'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1902> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2349'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1902'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1903> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2350'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1903'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1904> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2351'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1904'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1905> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2352'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1905'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1906> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2353'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1906'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1907> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2354'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1907'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1908> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2355'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1908'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1909> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2356'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1909'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1910> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2357'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1910'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1911> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2358'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1911'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1912> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2359'^^xsd:integer;
  dwc:scientificName 'Peridinium punctulatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '162790'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1912'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '110248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1913> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2360'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1913'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1914> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2361'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1914'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1915> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2362'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1915'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1916> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2363'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1916'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1917> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2364'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1917'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1918> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2366'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1918'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1919> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2367'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1919'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1920> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2368'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1920'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1921> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2369'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1921'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1922> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2370'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1922'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1924> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2372'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1924'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1925> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2373'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1925'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1926> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2374'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1926'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1927> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2375'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1927'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1928> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2376'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1928'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1929> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2377'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1929'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1930> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2378'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1930'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1961> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2411'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1961'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1763> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2210'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1763'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1761> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2208'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1761'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1762> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2209'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1762'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1954> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2404'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1954'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1955> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2405'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1955'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1956> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2406'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1956'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1957> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2407'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1957'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1944> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2393'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1944'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1945> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2394'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1945'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1946> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2395'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1946'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1947> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2396'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1947'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1948> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2397'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1948'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1949> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2398'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1949'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1950> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2399'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1950'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1951> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2400'^^xsd:integer;
  dwc:scientificName 'Glenodinium lenticula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:aphiaid '163828'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1951'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '110001'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1952> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2402'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1952'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1953> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2403'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1953'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1933> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2382'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1933'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1934> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2383'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1934'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1935> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2384'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1935'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1936> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2385'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1936'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1937> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2386'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1937'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1938> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2387'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1938'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1931> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2379'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1931'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1932> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2381'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1932'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1939> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2388'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1939'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1940> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2389'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1940'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1941> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2390'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1941'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1942> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2391'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polygramma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '110035'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1942'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '110035'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1943> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2392'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1943'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1958> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2408'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1958'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1959> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2409'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1959'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1960> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2410'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1960'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1897> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2344'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1897'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1923> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2371'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1923'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_419> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2365'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_419'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_420> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2380'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_420'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_421> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.53 32.05)"^^geo:wktLiteral ;
  geo-pos:lat "45.53"^^xsd:decimal ;
  geo-pos:long "32.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2401'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.05'^^xsd:double;
  dwc:latitude '45.53'^^xsd:double;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_421'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7280> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.06)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8900'^^xsd:integer;
  dwc:scientificName 'Syracosphaera dalmatica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.06'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '235881'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7280'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '235879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7281> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.06)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8901'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.06'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7281'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7282> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.06)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8902'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.06'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7282'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7283> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.06)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8903'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.06'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7283'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7284> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.06)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8904'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.06'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7284'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7285> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.06)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8905'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.06'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7285'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7286> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.06)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8906'^^xsd:integer;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.06'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7286'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7287> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.06)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8907'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.06'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7287'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7288> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.06)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8908'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.06'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7288'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7289> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.06)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8909'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.06'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7289'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7290> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.06)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8910'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.06'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7290'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7291> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.51 32.06)"^^geo:wktLiteral ;
  geo-pos:lat "45.51"^^xsd:decimal ;
  geo-pos:long "32.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8911'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.06'^^xsd:double;
  dwc:latitude '45.51'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7291'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7322> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.26"^^xsd:decimal ;
  dwc:decimalLongitude "32.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  geo-pos:lat "45.26"^^xsd:decimal ;
  geo-pos:long "32.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8942'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.22'^^xsd:double;
  dwc:latitude '45.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7322'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7323> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.26"^^xsd:decimal ;
  dwc:decimalLongitude "32.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  geo-pos:lat "45.26"^^xsd:decimal ;
  geo-pos:long "32.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8943'^^xsd:integer;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.22'^^xsd:double;
  dwc:latitude '45.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7323'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7324> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.26"^^xsd:decimal ;
  dwc:decimalLongitude "32.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  geo-pos:lat "45.26"^^xsd:decimal ;
  geo-pos:long "32.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8944'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.22'^^xsd:double;
  dwc:latitude '45.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7324'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7325> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.26"^^xsd:decimal ;
  dwc:decimalLongitude "32.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  geo-pos:lat "45.26"^^xsd:decimal ;
  geo-pos:long "32.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8945'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.22'^^xsd:double;
  dwc:latitude '45.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7325'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7326> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.26"^^xsd:decimal ;
  dwc:decimalLongitude "32.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  geo-pos:lat "45.26"^^xsd:decimal ;
  geo-pos:long "32.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8946'^^xsd:integer;
  dwc:scientificName 'Thalassiosira subsalina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.22'^^xsd:double;
  dwc:latitude '45.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163480'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7326'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '163480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7327> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.26"^^xsd:decimal ;
  dwc:decimalLongitude "32.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  geo-pos:lat "45.26"^^xsd:decimal ;
  geo-pos:long "32.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8947'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.22'^^xsd:double;
  dwc:latitude '45.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7327'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7328> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.26"^^xsd:decimal ;
  dwc:decimalLongitude "32.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  geo-pos:lat "45.26"^^xsd:decimal ;
  geo-pos:long "32.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8948'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.22'^^xsd:double;
  dwc:latitude '45.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7328'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7329> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.26"^^xsd:decimal ;
  dwc:decimalLongitude "32.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  geo-pos:lat "45.26"^^xsd:decimal ;
  geo-pos:long "32.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8949'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.22'^^xsd:double;
  dwc:latitude '45.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7329'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7330> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.26"^^xsd:decimal ;
  dwc:decimalLongitude "32.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  geo-pos:lat "45.26"^^xsd:decimal ;
  geo-pos:long "32.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8950'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.22'^^xsd:double;
  dwc:latitude '45.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7330'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7331> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.26"^^xsd:decimal ;
  dwc:decimalLongitude "32.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  geo-pos:lat "45.26"^^xsd:decimal ;
  geo-pos:long "32.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8951'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.22'^^xsd:double;
  dwc:latitude '45.26'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7331'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7332> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.26"^^xsd:decimal ;
  dwc:decimalLongitude "32.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  geo-pos:lat "45.26"^^xsd:decimal ;
  geo-pos:long "32.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8952'^^xsd:integer;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.22'^^xsd:double;
  dwc:latitude '45.26'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7332'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7333> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.26"^^xsd:decimal ;
  dwc:decimalLongitude "32.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  geo-pos:lat "45.26"^^xsd:decimal ;
  geo-pos:long "32.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8953'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.22'^^xsd:double;
  dwc:latitude '45.26'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7333'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7334> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.26"^^xsd:decimal ;
  dwc:decimalLongitude "32.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  geo-pos:lat "45.26"^^xsd:decimal ;
  geo-pos:long "32.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8954'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.22'^^xsd:double;
  dwc:latitude '45.26'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7334'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7335> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.26"^^xsd:decimal ;
  dwc:decimalLongitude "32.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  geo-pos:lat "45.26"^^xsd:decimal ;
  geo-pos:long "32.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8955'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.22'^^xsd:double;
  dwc:latitude '45.26'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7335'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7336> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.26"^^xsd:decimal ;
  dwc:decimalLongitude "32.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  geo-pos:lat "45.26"^^xsd:decimal ;
  geo-pos:long "32.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8956'^^xsd:integer;
  dwc:scientificName 'Peridinium cinctum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.22'^^xsd:double;
  dwc:latitude '45.26'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110183'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7336'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '110183'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7337> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.26"^^xsd:decimal ;
  dwc:decimalLongitude "32.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  geo-pos:lat "45.26"^^xsd:decimal ;
  geo-pos:long "32.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8957'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.22'^^xsd:double;
  dwc:latitude '45.26'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7337'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7338> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.26"^^xsd:decimal ;
  dwc:decimalLongitude "32.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  geo-pos:lat "45.26"^^xsd:decimal ;
  geo-pos:long "32.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8958'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.22'^^xsd:double;
  dwc:latitude '45.26'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7338'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7339> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.26"^^xsd:decimal ;
  dwc:decimalLongitude "32.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  geo-pos:lat "45.26"^^xsd:decimal ;
  geo-pos:long "32.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8959'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.22'^^xsd:double;
  dwc:latitude '45.26'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7339'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7340> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.26"^^xsd:decimal ;
  dwc:decimalLongitude "32.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  geo-pos:lat "45.26"^^xsd:decimal ;
  geo-pos:long "32.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8960'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.22'^^xsd:double;
  dwc:latitude '45.26'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7340'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7341> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.26"^^xsd:decimal ;
  dwc:decimalLongitude "32.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  geo-pos:lat "45.26"^^xsd:decimal ;
  geo-pos:long "32.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8961'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.22'^^xsd:double;
  dwc:latitude '45.26'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7341'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7342> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.26"^^xsd:decimal ;
  dwc:decimalLongitude "32.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  geo-pos:lat "45.26"^^xsd:decimal ;
  geo-pos:long "32.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8962'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.22'^^xsd:double;
  dwc:latitude '45.26'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7342'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7343> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.26"^^xsd:decimal ;
  dwc:decimalLongitude "32.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  geo-pos:lat "45.26"^^xsd:decimal ;
  geo-pos:long "32.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8963'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.22'^^xsd:double;
  dwc:latitude '45.26'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7343'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7344> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.26"^^xsd:decimal ;
  dwc:decimalLongitude "32.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.26 32.22)"^^geo:wktLiteral ;
  geo-pos:lat "45.26"^^xsd:decimal ;
  geo-pos:long "32.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8964'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.22'^^xsd:double;
  dwc:latitude '45.26'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7344'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11273> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12893'^^xsd:integer;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11273'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11274> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12894'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11274'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11275> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12895'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11275'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11276> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12896'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11276'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11277> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12897'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11277'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11278> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12898'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11278'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11279> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12899'^^xsd:integer;
  dwc:scientificName 'Amphidinium extensum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11279'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '1368615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11280> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12900'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11280'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11281> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12901'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11281'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11282> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12902'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11282'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11283> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12903'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11283'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11284> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12904'^^xsd:integer;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11284'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11285> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12905'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11285'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11286> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12906'^^xsd:integer;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11286'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11287> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12907'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11287'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11288> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12908'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11288'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11289> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12909'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11289'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11290> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12910'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11290'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11291> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12911'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11291'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11292> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12912'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11292'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11293> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12913'^^xsd:integer;
  dwc:scientificName 'Chaetoceros socialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149123'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11293'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11294> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12914'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11294'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11295> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12915'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11295'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11296> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12916'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11296'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11297> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12917'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11297'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11298> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12918'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11298'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11299> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12919'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11299'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11300> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.23"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.23 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.23"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12920'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.23'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11300'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1076> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1174'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1076'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1077> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1175'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1077'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1078> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1176'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1078'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1079> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1177'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1079'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1070> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1168'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1070'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1072> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1170'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1072'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1073> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1171'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1073'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1074> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1172'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1074'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1075> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1173'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1075'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5861> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7373'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5861'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5862> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7374'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5862'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5863> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7375'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5863'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5864> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7376'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5864'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5865> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7377'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5865'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5866> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7378'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5866'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5867> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7379'^^xsd:integer;
  dwc:scientificName 'Dinophysis caudata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109612'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5867'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '109612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5868> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7380'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5868'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5869> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7381'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5869'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5870> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7382'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5870'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5871> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7383'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5871'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5872> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7384'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5872'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5873> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7385'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5873'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5874> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7386'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5874'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5875> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7387'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5875'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12689> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2189'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12689'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12690> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2190'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12690'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12691> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2191'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12691'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12692> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2192'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12692'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12693> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2193'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12693'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12694> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2194'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12694'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12695> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2195'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12695'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12696> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2196'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12696'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13787> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7457'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13787'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13788> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7458'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13788'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13789> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7459'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13789'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13790> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7460'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13790'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13791> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7461'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13791'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13792> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7462'^^xsd:integer;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13792'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13793> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7463'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13793'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13794> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7464'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13794'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13795> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7465'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13795'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13796> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7466'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13796'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13797> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7467'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13797'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13798> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7468'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13798'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13799> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7469'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13799'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13800> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7470'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13800'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13801> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7471'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13801'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13802> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7472'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13802'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13803> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7473'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13803'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13804> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7474'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13804'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13805> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7475'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13805'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13806> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7476'^^xsd:integer;
  dwc:scientificName 'Thalassiosira eccentrica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '148922'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13806'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '148922'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13887> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3584'^^xsd:integer;
  dwc:scientificName 'Dinophysis cassubica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232151'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13887'^^xsd:string;
  dwc:observationDate '1992-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '232151'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13888> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3585'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13888'^^xsd:string;
  dwc:observationDate '1992-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13889> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3586'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13889'^^xsd:string;
  dwc:observationDate '1992-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13890> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3587'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13890'^^xsd:string;
  dwc:observationDate '1992-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13891> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3588'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13891'^^xsd:string;
  dwc:observationDate '1992-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13892> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3589'^^xsd:integer;
  dwc:scientificName 'Gymnodinium lacustre'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '249715'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13892'^^xsd:string;
  dwc:observationDate '1992-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '249715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13893> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3590'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13893'^^xsd:string;
  dwc:observationDate '1992-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13894> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3591'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13894'^^xsd:string;
  dwc:observationDate '1992-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1750> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2197'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1750'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1751> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2198'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1751'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1752> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2199'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1752'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1753> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2200'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1753'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1754> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2201'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1754'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1755> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2202'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1755'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1756> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2203'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1756'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1757> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2204'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1757'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1758> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2205'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1758'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1759> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2206'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1759'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1760> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2207'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1760'^^xsd:string;
  dwc:observationDate '1993-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8502> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10122'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8502'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8503> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10123'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8503'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8504> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10124'^^xsd:integer;
  dwc:scientificName 'Chaetoceros socialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149123'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8504'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '149123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8505> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10125'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8505'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8506> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10126'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8506'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8507> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10127'^^xsd:integer;
  dwc:scientificName 'Gymnodinium rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109826'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8507'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '109826'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8508> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10128'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8508'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8509> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10129'^^xsd:integer;
  dwc:scientificName 'Peridinium granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '162785'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8509'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '110223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8510> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10130'^^xsd:integer;
  dwc:scientificName 'Chaetoceros socialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149123'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8510'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '149123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8511> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10131'^^xsd:integer;
  dwc:scientificName 'Cyclotella meneghiniana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '148909'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8511'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '148909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8512> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10132'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8512'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8513> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10133'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8513'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8514> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10134'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8514'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8515> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10135'^^xsd:integer;
  dwc:scientificName 'Peridinium granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '162785'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8515'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '110223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4264> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5452'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4264'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4262> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5450'^^xsd:integer;
  dwc:scientificName 'Thalassiosira subsalina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163480'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4262'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '163480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4263> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5451'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4263'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5855> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7367'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5855'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5856> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7368'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5856'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5857> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7369'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5857'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5858> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7370'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5858'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5859> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7371'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5859'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5860> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7372'^^xsd:integer;
  dwc:scientificName 'Cochlodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109474'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5860'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '109474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1071> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1169'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1071'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12433> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '53'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12433'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12434> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '54'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12434'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_432> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '55'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_432'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_433> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '56'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_433'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_434> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.25"^^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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.25 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "45.25"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '57'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '45.25'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_434'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12482> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.83 32.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.83"^^xsd:decimal ;
  dwc:decimalLongitude "32.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.83 32.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.83"^^xsd:decimal ;
  geo-pos:long "32.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1282'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.33'^^xsd:double;
  dwc:latitude '45.83'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12482'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12483> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.83 32.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.83"^^xsd:decimal ;
  dwc:decimalLongitude "32.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.83 32.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.83"^^xsd:decimal ;
  geo-pos:long "32.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1283'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.33'^^xsd:double;
  dwc:latitude '45.83'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12483'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12484> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.83 32.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.83"^^xsd:decimal ;
  dwc:decimalLongitude "32.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.83 32.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.83"^^xsd:decimal ;
  geo-pos:long "32.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1284'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.33'^^xsd:double;
  dwc:latitude '45.83'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12484'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12485> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.83 32.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.83"^^xsd:decimal ;
  dwc:decimalLongitude "32.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.83 32.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.83"^^xsd:decimal ;
  geo-pos:long "32.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1285'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.33'^^xsd:double;
  dwc:latitude '45.83'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12485'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12486> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.83 32.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.83"^^xsd:decimal ;
  dwc:decimalLongitude "32.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.83 32.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.83"^^xsd:decimal ;
  geo-pos:long "32.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1286'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.33'^^xsd:double;
  dwc:latitude '45.83'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12486'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12487> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.83 32.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.83"^^xsd:decimal ;
  dwc:decimalLongitude "32.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.83 32.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.83"^^xsd:decimal ;
  geo-pos:long "32.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1287'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.33'^^xsd:double;
  dwc:latitude '45.83'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12487'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12488> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.83 32.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.83"^^xsd:decimal ;
  dwc:decimalLongitude "32.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.83 32.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.83"^^xsd:decimal ;
  geo-pos:long "32.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1288'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.33'^^xsd:double;
  dwc:latitude '45.83'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12488'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12489> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.83 32.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.83"^^xsd:decimal ;
  dwc:decimalLongitude "32.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.83 32.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.83"^^xsd:decimal ;
  geo-pos:long "32.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1289'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.33'^^xsd:double;
  dwc:latitude '45.83'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12489'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12490> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.83 32.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.83"^^xsd:decimal ;
  dwc:decimalLongitude "32.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.83 32.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.83"^^xsd:decimal ;
  geo-pos:long "32.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1290'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.33'^^xsd:double;
  dwc:latitude '45.83'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12490'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12491> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.83 32.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.83"^^xsd:decimal ;
  dwc:decimalLongitude "32.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.83 32.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.83"^^xsd:decimal ;
  geo-pos:long "32.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1291'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.33'^^xsd:double;
  dwc:latitude '45.83'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12491'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12492> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.83 32.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.83"^^xsd:decimal ;
  dwc:decimalLongitude "32.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.83 32.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.83"^^xsd:decimal ;
  geo-pos:long "32.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1292'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.33'^^xsd:double;
  dwc:latitude '45.83'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12492'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12493> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.83 32.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.83"^^xsd:decimal ;
  dwc:decimalLongitude "32.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.83 32.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.83"^^xsd:decimal ;
  geo-pos:long "32.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1293'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.33'^^xsd:double;
  dwc:latitude '45.83'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12493'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12494> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.83 32.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.83"^^xsd:decimal ;
  dwc:decimalLongitude "32.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.83 32.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.83"^^xsd:decimal ;
  geo-pos:long "32.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1294'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.33'^^xsd:double;
  dwc:latitude '45.83'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12494'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12495> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.83 32.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.83"^^xsd:decimal ;
  dwc:decimalLongitude "32.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.83 32.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.83"^^xsd:decimal ;
  geo-pos:long "32.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1295'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.33'^^xsd:double;
  dwc:latitude '45.83'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12495'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12496> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.83 32.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.83"^^xsd:decimal ;
  dwc:decimalLongitude "32.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.83 32.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.83"^^xsd:decimal ;
  geo-pos:long "32.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1296'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.33'^^xsd:double;
  dwc:latitude '45.83'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12496'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12497> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.83 32.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.83"^^xsd:decimal ;
  dwc:decimalLongitude "32.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.83 32.33)"^^geo:wktLiteral ;
  geo-pos:lat "45.83"^^xsd:decimal ;
  geo-pos:long "32.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1297'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.33'^^xsd:double;
  dwc:latitude '45.83'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12497'^^xsd:string;
  dwc:observationDate '1993-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7802> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.68"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.68"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9422'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '44.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7802'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7825> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.68"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.68"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9445'^^xsd:integer;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '44.68'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7825'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7826> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.68"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.68"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9446'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '44.68'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7826'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7827> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.68"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.68"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9447'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '44.68'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7827'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7828> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.68"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.68"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9448'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '44.68'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7828'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7829> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.68"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.68"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9449'^^xsd:integer;
  dwc:scientificName 'Dinophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '44.68'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '21005'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7829'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '19542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7830> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.68"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.68"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9450'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '44.68'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7830'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7831> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.68"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.68"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9451'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '44.68'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7831'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7832> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.68"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.68"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9452'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '44.68'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7832'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7833> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.68"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.68"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9453'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '44.68'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7833'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7803> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.68"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.68"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9423'^^xsd:integer;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '44.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7803'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7804> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.68"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.68"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9424'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '44.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7804'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7805> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.68"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.68"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9425'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '44.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7805'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7806> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.68"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.68"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9426'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '44.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7806'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7807> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.68"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.68"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9427'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '44.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7807'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7808> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.68"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.68"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9428'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '44.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7808'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7809> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.68"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.68"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9429'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '44.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7809'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7810> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.68"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.68"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9430'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '44.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7810'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7811> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.68"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.68"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9431'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '44.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7811'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7812> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.68"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.68"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9432'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '44.68'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7812'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7813> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.68"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.68"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9433'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '44.68'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7813'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7814> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.68"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.68"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9434'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '44.68'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7814'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7815> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.68"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.68"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9435'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '44.68'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7815'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7816> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.68"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.68"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9436'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '44.68'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7816'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7817> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.68"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.68"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9437'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '44.68'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7817'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7818> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.68"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.68"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9438'^^xsd:integer;
  dwc:scientificName 'Dinophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '44.68'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '21005'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7818'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '19542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7819> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.68"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.68"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9439'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '44.68'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7819'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7820> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.68"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.68"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9440'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '44.68'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7820'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7821> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.68"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.68"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9441'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '44.68'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7821'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7822> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.68"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.68"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9442'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '44.68'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7822'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7823> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.68"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.68"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9443'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '44.68'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7823'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7824> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.68"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.68 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.68"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9444'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '44.68'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7824'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7588> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9208'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7588'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7590> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9210'^^xsd:integer;
  dwc:scientificName 'Dinophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '21005'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7590'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '19542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7591> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9211'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7591'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7592> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9212'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7592'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7593> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9213'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7593'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7594> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9214'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7594'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7595> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9215'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7595'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7596> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9216'^^xsd:integer;
  dwc:scientificName 'Dinophysis caudata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109612'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7596'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '109612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7597> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9217'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7597'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7598> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9218'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7598'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7599> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9219'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7599'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7600> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9220'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7600'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7602> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9222'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7602'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7603> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9223'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7603'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7604> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9224'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7604'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7605> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9225'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7605'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7606> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9226'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7606'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7607> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9227'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7607'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7608> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9228'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7608'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7609> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9229'^^xsd:integer;
  dwc:scientificName 'Dinophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '21005'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7609'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '19542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7610> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9230'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7610'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7611> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9231'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7611'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7612> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9232'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7612'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7613> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9233'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7613'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7614> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9234'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7614'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7615> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9235'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7615'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7616> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9236'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7616'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7617> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9237'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7617'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7618> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9238'^^xsd:integer;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7618'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7619> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9239'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7619'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7620> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9240'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7620'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7621> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9241'^^xsd:integer;
  dwc:scientificName 'Dinophysis caudata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109612'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7621'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '109612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7622> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9242'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7622'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7623> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9243'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7623'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7624> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9244'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7624'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7625> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9245'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7625'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7626> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9246'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7626'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7627> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9247'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7627'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7628> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9248'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7628'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7589> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9209'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7589'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7601> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.58"^^xsd:decimal ;
  dwc:decimalLongitude "32.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.58 32.35)"^^geo:wktLiteral ;
  geo-pos:lat "45.58"^^xsd:decimal ;
  geo-pos:long "32.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9221'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.35'^^xsd:double;
  dwc:latitude '45.58'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7601'^^xsd:string;
  dwc:observationDate '1994-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7443> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "32.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "32.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9063'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.49'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7443'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7444> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "32.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "32.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9064'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.49'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7444'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7445> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "32.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "32.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9065'^^xsd:integer;
  dwc:scientificName 'Eutreptiella braarudii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.49'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '248121'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7445'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '248121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7446> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "32.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "32.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9066'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.49'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7446'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7447> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "32.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "32.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9067'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.49'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7447'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7448> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "32.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "32.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9068'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.49'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7448'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7449> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "32.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "32.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9069'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.49'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7449'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7450> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "32.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "32.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9070'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.49'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7450'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7451> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "32.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "32.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9071'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.49'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7451'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7452> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "32.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "32.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9072'^^xsd:integer;
  dwc:scientificName 'Pseudopedinella tricostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.49'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '160601'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7452'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '573933'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7453> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "32.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "32.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9073'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agiliforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.49'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109780'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7453'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '109780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7454> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "32.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "32.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9074'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.49'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7454'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7455> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "32.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "32.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9075'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.49'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7455'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7456> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "32.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "32.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9076'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.49'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7456'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7457> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "32.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "32.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9077'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.49'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7457'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7458> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "32.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "32.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9078'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.49'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7458'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7459> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "32.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "32.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9079'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.49'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7459'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7460> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "32.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "32.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9080'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.49'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7460'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7461> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "32.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "32.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9081'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agiliforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.49'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109780'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7461'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '109780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7462> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "32.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "32.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9082'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.49'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7462'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7463> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "32.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "32.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9083'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.49'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7463'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7464> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "32.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "32.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9084'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.49'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7464'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7465> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "32.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "32.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9085'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.49'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7465'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7466> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "32.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "32.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9086'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.49'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7466'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7467> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "32.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "32.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9087'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.49'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7467'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7468> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "32.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "32.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9088'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.49'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7468'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7469> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "32.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "32.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9089'^^xsd:integer;
  dwc:scientificName 'Eutreptiella braarudii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.49'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '248121'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7469'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '248121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7470> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "32.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "32.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9090'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agiliforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.49'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109780'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7470'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '109780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7471> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "32.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "32.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9091'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.49'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7471'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7472> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "32.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "32.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9092'^^xsd:integer;
  dwc:scientificName 'Gyrodinium parvulum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.49'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109868'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7472'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '109868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7473> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "32.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "32.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9093'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.49'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7473'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7474> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "32.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 32.49)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "32.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9094'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.49'^^xsd:double;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7474'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13485> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6712'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13485'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13486> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6713'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13486'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13487> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6714'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13487'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13488> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6715'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13488'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13489> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6716'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13489'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13490> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6717'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13490'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13491> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6718'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13491'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13492> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6719'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13492'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13478> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6705'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13478'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13479> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6706'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13479'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13480> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6707'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13480'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13481> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6708'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13481'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13482> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6709'^^xsd:integer;
  dwc:scientificName 'Eutreptiella braarudii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '248121'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13482'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '248121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13483> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6710'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13483'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13484> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6711'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13484'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_465> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '88'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_465'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_468> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '91'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_468'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_466> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '89'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_466'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_467> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '90'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_467'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_469> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '92'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_469'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_470> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '93'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_470'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_471> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '94'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_471'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_472> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '95'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_472'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_473> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '96'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_473'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5329> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6841'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5329'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5330> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6842'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5330'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5331> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6843'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5331'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5332> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6844'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5332'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5333> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6845'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5333'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5334> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6846'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149106'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5334'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '149106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12117> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13737'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12117'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12118> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13738'^^xsd:integer;
  dwc:scientificName 'Calyptrosphaera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '235828'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12118'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '235828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12119> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13739'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12119'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12120> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13740'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12120'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12121> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13741'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12121'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12122> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13742'^^xsd:integer;
  dwc:scientificName 'Achradina sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109471'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12122'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '109471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12123> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13743'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12123'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12124> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13744'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12124'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12125> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13745'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12125'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12126> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13746'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12126'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12127> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13747'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12127'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12128> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13748'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12128'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12129> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13749'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12129'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12130> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13750'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12130'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12131> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13751'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12131'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12132> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13752'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12132'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12133> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13753'^^xsd:integer;
  dwc:scientificName 'Calyptrosphaera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '235828'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12133'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '235828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12134> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13754'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12134'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12135> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13755'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12135'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12136> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13756'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12136'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12137> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13757'^^xsd:integer;
  dwc:scientificName 'Amphidinium extensum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12137'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '1368615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12138> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13758'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12138'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12139> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13759'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12139'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12140> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13760'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12140'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12141> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13761'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12141'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12142> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13762'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12142'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12143> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13763'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12143'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12144> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13764'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12144'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12145> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13765'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12145'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12146> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13766'^^xsd:integer;
  dwc:scientificName 'Dinophysis acuminata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109603'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12146'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '109603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12147> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13767'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12147'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12148> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13768'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12148'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12149> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13769'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12149'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12150> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13770'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12150'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12151> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13771'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12151'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12179> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13799'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12179'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12180> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13800'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12180'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12181> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13801'^^xsd:integer;
  dwc:scientificName 'Calyptrosphaera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '235828'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12181'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '235828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12182> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13802'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12182'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12183> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13803'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12183'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12184> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13804'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12184'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12185> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13805'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12185'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12186> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13806'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12186'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12187> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13807'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12187'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12188> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13808'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12188'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12189> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13809'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12189'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12190> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13810'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12190'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12191> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13811'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12191'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12192> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13812'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12192'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12193> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13813'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12193'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12194> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13814'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12194'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12195> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13815'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12195'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12196> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13816'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12196'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12197> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13817'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12197'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12198> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13818'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12198'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12199> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13819'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12199'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12200> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13820'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12200'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12201> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13821'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12201'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12202> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13822'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12202'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12203> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13823'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12203'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12204> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13824'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12204'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12205> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13825'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12205'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12206> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13826'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12206'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12207> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13827'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12207'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12208> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13828'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12208'^^xsd:string;
  dwc:observationDate '1992-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13739> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6834'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13739'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13740> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6835'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13740'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13741> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6836'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13741'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13742> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6837'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13742'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13743> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6838'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13743'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13744> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6839'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13744'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13745> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6840'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13745'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5335> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6847'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5335'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5336> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6848'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5336'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5337> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6849'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5337'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5338> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6850'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5338'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5339> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6851'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5339'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5340> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6852'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5340'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5341> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6853'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5341'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5342> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6854'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5342'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5343> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6855'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5343'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5344> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6856'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5344'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5345> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6857'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5345'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5346> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6858'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5346'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5347> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6859'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149106'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5347'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '149106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5348> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6860'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5348'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5349> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6861'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5349'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5350> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6862'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5350'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5351> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6863'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5351'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5352> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6864'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5352'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5353> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6865'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5353'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5354> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6866'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5354'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5355> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6867'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5355'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7259> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8879'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7259'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7260> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8880'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7260'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7261> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8881'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7261'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7262> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8882'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7262'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7263> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8883'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7263'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7264> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8884'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7264'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7265> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8885'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7265'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7266> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8886'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7266'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7267> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8887'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7267'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7268> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8888'^^xsd:integer;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7268'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7269> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8889'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7269'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7270> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8890'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7270'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7271> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8891'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7271'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4249> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.51 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.51 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.51"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5437'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus radiatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.51'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149158'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4249'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '149158'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4250> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.51 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.51 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.51"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5438'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.51'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4250'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4251> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.51 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.51 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.51"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5439'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.51'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4251'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4252> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.51 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.51 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.51"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5440'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.51'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4252'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4253> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.51 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.51 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.51"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5441'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.51'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4253'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4254> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.51 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.51 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.51"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5442'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.51'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4254'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4255> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.51 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.51 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.51"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5443'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus radiatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.51'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149158'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4255'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '149158'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4256> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.51 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.51 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.51"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5444'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.51'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4256'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4257> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.51 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.51"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.51 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.51"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5445'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '44.51'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4257'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1080> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1178'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1080'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1081> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1179'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1081'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1082> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1180'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1082'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1083> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1181'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1083'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1084> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1182'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1084'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1085> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1183'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1085'^^xsd:string;
  dwc:observationDate '1993-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5390> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6902'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5390'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5391> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6903'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5391'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5392> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6904'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5392'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5393> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6905'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5393'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5394> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6906'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5394'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5395> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6907'^^xsd:integer;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5395'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5396> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6908'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5396'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5397> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6909'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5397'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5398> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6910'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5398'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5399> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6911'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5399'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5400> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6912'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5400'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5401> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6913'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5401'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5402> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6914'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5402'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5382> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6894'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5382'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5383> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6895'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5383'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5384> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6896'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5384'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5385> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6897'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5385'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5386> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6898'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5386'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5387> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6899'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5387'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5388> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6900'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5388'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5389> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6901'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5389'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5403> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6915'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5403'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12895> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2067'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12895'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12896> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2068'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12896'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12897> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2069'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12897'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12898> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2070'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12898'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12899> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2071'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12899'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12900> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2072'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12900'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12901> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2073'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12901'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12902> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2074'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12902'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12903> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2075'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12903'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12904> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2076'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12904'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12905> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2077'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12905'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12906> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2078'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12906'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12907> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2079'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12907'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12908> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2080'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12908'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12909> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.5)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2081'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.5'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12909'^^xsd:string;
  dwc:observationDate '1993-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4007> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "32.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "32.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5033'^^xsd:integer;
  dwc:scientificName 'Gonyaulax scrippsae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.51'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4007'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '110039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4008> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "32.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "32.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5034'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.51'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4008'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4009> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "32.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "32.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5035'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.51'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4009'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4010> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "32.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "32.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5036'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.51'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4010'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4011> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "32.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "32.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5037'^^xsd:integer;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.51'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4011'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4012> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "32.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "32.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5038'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.51'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4012'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4013> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "32.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "32.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5039'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.51'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4013'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4014> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "32.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "32.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5040'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.51'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4014'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4015> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "32.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "32.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5041'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.51'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4015'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4018> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "32.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "32.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5044'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.51'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4018'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4019> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "32.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "32.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5045'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.51'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4019'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4020> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "32.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "32.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5046'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.51'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4020'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4021> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "32.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "32.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5047'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.51'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4021'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4022> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "32.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "32.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5048'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.51'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4022'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4023> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "32.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "32.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5049'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.51'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4023'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4016> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "32.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "32.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5042'^^xsd:integer;
  dwc:scientificName 'Amphidinium extensum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.51'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4016'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '1368615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4017> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "32.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "32.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5043'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.51'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4017'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4002> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "32.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "32.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5028'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.51'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4002'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4003> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "32.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "32.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5029'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.51'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4003'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4004> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "32.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "32.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5030'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.51'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4004'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4005> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "32.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "32.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5031'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.51'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4005'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4006> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "32.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 32.51)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "32.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5032'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.51'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4006'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6776> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.52)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8378'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.52'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6776'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6777> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.52)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8379'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.52'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6777'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6778> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.52)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8380'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.52'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6778'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6779> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.52)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8381'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.52'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6779'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6780> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.52)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8382'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.52'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6780'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6781> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.52)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8383'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.52'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6781'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11443> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.75"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.75"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13063'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11443'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11444> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.75"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.75"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13064'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11444'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11445> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.75"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.75"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13065'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11445'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11446> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.75"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.75"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13066'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11446'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11447> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.75"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.75"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13067'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11447'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11448> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.75"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.75"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13068'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11448'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11449> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.75"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.75"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13069'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11449'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11450> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.75"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.75"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13070'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11450'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11451> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.75"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.75"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13071'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11451'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11452> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.75"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.75"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13072'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11452'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11453> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.75"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.75"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13073'^^xsd:integer;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11453'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11454> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.75"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.75"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13074'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11454'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11455> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.75"^^xsd:decimal ;
  dwc:decimalLongitude "32.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.75"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13075'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11455'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11456> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.75"^^xsd:decimal ;
  dwc:decimalLongitude "32.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.75"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13076'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11456'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11457> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.75"^^xsd:decimal ;
  dwc:decimalLongitude "32.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.75"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13077'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11457'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11458> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.75"^^xsd:decimal ;
  dwc:decimalLongitude "32.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.75"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13078'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11458'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11459> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.75"^^xsd:decimal ;
  dwc:decimalLongitude "32.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.75"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13079'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11459'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11460> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.75"^^xsd:decimal ;
  dwc:decimalLongitude "32.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.75"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13080'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11460'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11461> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.75"^^xsd:decimal ;
  dwc:decimalLongitude "32.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.75"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13081'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11461'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11462> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.75"^^xsd:decimal ;
  dwc:decimalLongitude "32.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.75"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13082'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11462'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11463> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.75"^^xsd:decimal ;
  dwc:decimalLongitude "32.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.75"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13083'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11463'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11464> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.75"^^xsd:decimal ;
  dwc:decimalLongitude "32.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.75"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13084'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11464'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11465> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.75"^^xsd:decimal ;
  dwc:decimalLongitude "32.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.75 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.75"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '13085'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11465'^^xsd:string;
  dwc:observationDate '1992-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5891> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7403'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5891'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7216> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8818'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7216'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7217> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8819'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7217'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7218> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8820'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7218'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7219> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8821'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7219'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7220> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8822'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7220'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7221> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8823'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7221'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7222> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8824'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7222'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7223> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8825'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7223'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7224> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8826'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7224'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7225> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8827'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7225'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7226> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8828'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '148917'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7226'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '148917'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7227> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8829'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7227'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7228> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8830'^^xsd:integer;
  dwc:scientificName 'Cyanophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146542'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7228'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '146542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7229> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8831'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7229'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7230> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8832'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7230'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7231> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8833'^^xsd:integer;
  dwc:scientificName 'Cyanophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146542'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7231'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '146542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7232> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8834'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7232'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7233> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8835'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '148917'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7233'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '148917'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7234> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8836'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7234'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7235> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8837'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7235'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7236> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8838'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7236'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7237> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8839'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7237'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7238> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8840'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7238'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7239> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8841'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7239'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7240> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8842'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7240'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7242> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8844'^^xsd:integer;
  dwc:scientificName 'Chlorophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '801'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7242'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7247> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8849'^^xsd:integer;
  dwc:scientificName 'Synedra tabulata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149371'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7247'^^xsd:string;
  dwc:observationDate '1992-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '157061'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5812> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7324'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5812'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5813> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7325'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5813'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5814> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7326'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5814'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5815> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7327'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5815'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5816> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7328'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5816'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5817> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7329'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5817'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5818> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7330'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5818'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5819> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7331'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5819'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5820> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7332'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5820'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5821> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7333'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5821'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5822> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7334'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5822'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5823> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46 32.65)"^^geo:wktLiteral ;
  geo-pos:lat "46"^^xsd:decimal ;
  geo-pos:long "32.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7335'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.65'^^xsd:double;
  dwc:latitude '46'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5823'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5804> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7316'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.66'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5804'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5805> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7317'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.66'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5805'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5806> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7318'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.66'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5806'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5807> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7319'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.66'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5807'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5808> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7320'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.66'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5808'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5809> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7321'^^xsd:integer;
  dwc:scientificName 'Cochlodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.66'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109474'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5809'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '109474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5810> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7322'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.66'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5810'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5811> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7323'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.66'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5811'^^xsd:string;
  dwc:observationDate '1992-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4194> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5382'^^xsd:integer;
  dwc:scientificName 'Coccolithus fragilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.66'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236067'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4194'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '235962'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4195> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5383'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.66'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4195'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4196> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5384'^^xsd:integer;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.66'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4196'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4197> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5385'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.66'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4197'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4198> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5386'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.66'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4198'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4199> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5387'^^xsd:integer;
  dwc:scientificName 'Coccolithus fragilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.66'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236067'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4199'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '235962'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4200> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5388'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.66'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4200'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4201> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5389'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.66'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4201'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4202> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5390'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.66'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4202'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4203> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5391'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.66'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4203'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4204> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5392'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.66'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4204'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4205> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.76"^^xsd:decimal ;
  dwc:decimalLongitude "32.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.76 32.66)"^^geo:wktLiteral ;
  geo-pos:lat "45.76"^^xsd:decimal ;
  geo-pos:long "32.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5393'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.66'^^xsd:double;
  dwc:latitude '45.76'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4205'^^xsd:string;
  dwc:observationDate '1992-07-25'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7629> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "32.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "32.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9249'^^xsd:integer;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.85'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7629'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7630> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "32.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "32.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9250'^^xsd:integer;
  dwc:scientificName 'Dinophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.85'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '21005'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7630'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '19542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7631> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "32.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "32.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9251'^^xsd:integer;
  dwc:scientificName 'Dinophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.85'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '21005'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7631'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '19542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7632> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "32.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "32.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9252'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.85'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7632'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7633> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "32.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "32.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9253'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.85'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7633'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7634> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "32.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "32.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9254'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.85'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7634'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7635> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "32.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "32.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9255'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.85'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7635'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7636> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "32.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "32.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9256'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.85'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7636'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7637> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "32.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "32.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9257'^^xsd:integer;
  dwc:scientificName 'Gonyaulax scrippsae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.85'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7637'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '110039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7638> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "32.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "32.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9258'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.85'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7638'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7639> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "32.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "32.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9259'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.85'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7639'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7640> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "32.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "32.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9260'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.85'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7640'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7641> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "32.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "32.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9261'^^xsd:integer;
  dwc:scientificName 'Prorocentrum scutellum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.85'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110314'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7641'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '110314'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7642> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "32.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "32.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9262'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.85'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7642'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7643> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "32.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "32.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9263'^^xsd:integer;
  dwc:scientificName 'Dinophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.85'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '21005'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7643'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '19542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7644> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "32.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "32.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9264'^^xsd:integer;
  dwc:scientificName 'Dinophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.85'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '21005'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7644'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '19542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7645> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "32.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "32.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9265'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.85'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7645'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7646> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "32.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "32.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9266'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.85'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7646'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7647> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "32.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "32.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9267'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.85'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7647'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7648> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "32.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "32.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9268'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.85'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7648'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7649> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "32.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "32.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9269'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.85'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7649'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7651> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "32.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "32.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9271'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.85'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7651'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7652> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "32.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "32.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9272'^^xsd:integer;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.85'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7652'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7653> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "32.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "32.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9273'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.85'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7653'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7654> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "32.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "32.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9274'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.85'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7654'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7655> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "32.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "32.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9275'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.85'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7655'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7656> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "32.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "32.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9276'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.85'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7656'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7650> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "32.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 32.85)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "32.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9270'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.85'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7650'^^xsd:string;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13817> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "32.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "32.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7487'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.96'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13817'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13818> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "32.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "32.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7488'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.96'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13818'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13819> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "32.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "32.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7489'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.96'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13819'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13820> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "32.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "32.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7490'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.96'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13820'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13821> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "32.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "32.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7491'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.96'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13821'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13822> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "32.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "32.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7492'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.96'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13822'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13823> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "32.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "32.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7493'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.96'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13823'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13824> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "32.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "32.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7494'^^xsd:integer;
  dwc:scientificName 'Fragilaria sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.96'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13824'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '149028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13825> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "32.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "32.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7495'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.96'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13825'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13826> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "32.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "32.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7496'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.96'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13826'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13827> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "32.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "32.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7497'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.96'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13827'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13828> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "32.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "32.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7498'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.96'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13828'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13829> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "32.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "32.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7499'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.96'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13829'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13830> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "32.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "32.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7500'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.96'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13830'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13831> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "32.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "32.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7501'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.96'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13831'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13832> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "32.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "32.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7502'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.96'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13832'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13833> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "32.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "32.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7503'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.96'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13833'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13834> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "32.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "32.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7504'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.96'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13834'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13835> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "32.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "32.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7505'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.96'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13835'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13836> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "32.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "32.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7506'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.96'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13836'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13837> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "32.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 32.96)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "32.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7507'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.96'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13837'^^xsd:string;
  dwc:observationDate '1992-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6809> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8411'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6809'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6810> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8412'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6810'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6811> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8413'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6811'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6812> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8414'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6812'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6813> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8415'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6813'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6814> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8416'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6814'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6815> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8417'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6815'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6816> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8418'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6816'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6817> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8419'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6817'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6818> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8420'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6818'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6819> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8421'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6819'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6820> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8422'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6820'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6821> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8423'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6821'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6822> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8424'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6822'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6823> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8425'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6823'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6824> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8426'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6824'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6825> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8427'^^xsd:integer;
  dwc:scientificName 'Pronoctiluca pelagica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109903'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6825'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '109903'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6826> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8428'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6826'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6827> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8429'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6827'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6828> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8430'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6828'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6829> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8431'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6829'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6830> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8432'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6830'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6831> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8433'^^xsd:integer;
  dwc:scientificName 'Xanthophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '21539'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6831'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '17793'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6832> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8434'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6832'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6834> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8436'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6834'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6835> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8437'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6835'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6836> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8438'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6836'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6792> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8394'^^xsd:integer;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6792'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6793> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8395'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6793'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6794> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8396'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6794'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6795> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8397'^^xsd:integer;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6795'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6796> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8398'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6796'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6797> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8399'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6797'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6798> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8400'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6798'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6799> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8401'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6799'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6800> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8402'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6800'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6801> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8403'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6801'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6802> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8404'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6802'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6803> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8405'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6803'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6804> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8406'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6804'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6805> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8407'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6805'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6806> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8408'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6806'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6807> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8409'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6807'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6808> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8410'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6808'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6833> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.53"^^xsd:decimal ;
  dwc:decimalLongitude "32.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.53 32.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.53"^^xsd:decimal ;
  geo-pos:long "32.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8435'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.98'^^xsd:double;
  dwc:latitude '43.53'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6833'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11067> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12687'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11067'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11068> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12688'^^xsd:integer;
  dwc:scientificName 'Gyrodinium pingue'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109872'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11068'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109872'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11069> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12689'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11069'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11070> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12690'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11070'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11071> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12691'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11071'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11072> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12692'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11072'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11073> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12693'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11073'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11074> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12694'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11074'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11075> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12695'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11075'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11076> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12696'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11076'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11077> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12697'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11077'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11078> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12698'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11078'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11079> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12699'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11079'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11080> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12700'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11080'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11081> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12701'^^xsd:integer;
  dwc:scientificName 'Peridinium brevipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '156515'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11081'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11082> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12702'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11082'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11083> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12703'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11083'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11084> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12704'^^xsd:integer;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11084'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11085> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12705'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11085'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11086> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12706'^^xsd:integer;
  dwc:scientificName 'Rhabdosphaera longistylis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '235973'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11086'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '613388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11087> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12707'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11087'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11088> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12708'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11088'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11089> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12709'^^xsd:integer;
  dwc:scientificName 'Dinophysis acuminata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109603'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11089'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11090> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12710'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11090'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11091> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12711'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11091'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11092> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12712'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11092'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11093> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12713'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11093'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11094> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12714'^^xsd:integer;
  dwc:scientificName 'Gymnodinium variabile'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109835'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11094'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109835'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11095> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12715'^^xsd:integer;
  dwc:scientificName 'Peridinium brevipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '156515'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11095'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11096> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12716'^^xsd:integer;
  dwc:scientificName 'Peridinium granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '162785'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11096'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11097> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12717'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11097'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11098> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12718'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11098'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11099> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12719'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11099'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11100> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12720'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11100'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11101> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12721'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11101'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11062> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12682'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11062'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11063> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12683'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11063'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11064> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12684'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11064'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11065> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12685'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11065'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11066> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12686'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11066'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11057> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12677'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11057'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11058> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12678'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11058'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11059> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12679'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11059'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11060> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12680'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11060'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11061> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "32.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 32.99)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "32.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12681'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '32.99'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11061'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11241> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12861'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11241'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11242> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12862'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11242'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11243> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12863'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11243'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11244> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12864'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11244'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11245> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12865'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11245'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11246> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12866'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11246'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11247> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12867'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11247'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11248> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12868'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11248'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11249> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12869'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11249'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11250> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12870'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11250'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11251> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12871'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11251'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11252> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12872'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11252'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11253> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12873'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11253'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11254> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12874'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11254'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11255> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12875'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11255'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11256> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12876'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11256'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11257> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12877'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11257'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11258> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12878'^^xsd:integer;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11258'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11272> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12892'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11272'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11259> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12879'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11259'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11260> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12880'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11260'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11261> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12881'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11261'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11262> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12882'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11262'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11263> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12883'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11263'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11264> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12884'^^xsd:integer;
  dwc:scientificName 'Glenodinium danicum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '110146'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11264'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '233369'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11265> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12885'^^xsd:integer;
  dwc:scientificName 'Peridinium brevipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '156515'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11265'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11266> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12886'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11266'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11267> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12887'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11267'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11268> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12888'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11268'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11269> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12889'^^xsd:integer;
  dwc:scientificName 'Polykrikos schwarzii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109901'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11269'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109901'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11270> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12890'^^xsd:integer;
  dwc:scientificName 'Halosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '134528'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11270'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '134528'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11271> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12891'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11271'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2035> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2485'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2035'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2036> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2486'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2036'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2037> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2487'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2037'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2038> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2488'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2038'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2039> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2489'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2039'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2040> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2490'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2040'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2041> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2491'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2041'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2042> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2492'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2042'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2043> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2493'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2043'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2033> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2483'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2033'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2034> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2484'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2034'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_642> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '270'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_642'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_643> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '271'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_643'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_644> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '272'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_644'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_645> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '273'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_645'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_646> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '274'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_646'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_647> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '275'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_647'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_648> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '276'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_648'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_649> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '277'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_649'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_650> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '278'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_650'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_651> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '279'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_651'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_652> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '280'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_652'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_653> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '281'^^xsd:integer;
  dwc:scientificName 'Chaetoceros danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '149120'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_653'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '149120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_654> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '282'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_654'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_655> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '283'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_655'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_656> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '284'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_656'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_657> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '285'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_657'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_658> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '286'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_658'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_659> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '287'^^xsd:integer;
  dwc:scientificName 'Amphidinium extensum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '232577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_659'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '1368615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_660> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '288'^^xsd:integer;
  dwc:scientificName 'Olisthodiscus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '233763'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_660'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '233763'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_661> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '289'^^xsd:integer;
  dwc:scientificName 'Chaetoceros danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149120'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_661'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '149120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_662> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '290'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_662'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_663> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '291'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_663'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_664> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '292'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_664'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2049> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2499'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2049'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2050> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2500'^^xsd:integer;
  dwc:scientificName 'Cyanophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146542'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2050'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '146542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6837> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8439'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6837'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6838> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8440'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6838'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6839> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8441'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6839'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6840> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8442'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6840'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6841> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8443'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6841'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6842> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8444'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6842'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6843> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8445'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6843'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6844> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8446'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6844'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6845> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8447'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6845'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6846> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8448'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6846'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6847> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8449'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6847'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6848> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8450'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6848'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6849> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8451'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6849'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6850> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8452'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6850'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6851> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8453'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6851'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6852> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8454'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6852'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6853> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8455'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6853'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6854> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8456'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6854'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6855> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8457'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6855'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6856> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8458'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6856'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6857> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8459'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6857'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_637> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '265'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_637'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_638> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '266'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_638'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_639> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '267'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_639'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_640> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '268'^^xsd:integer;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_640'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_641> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '269'^^xsd:integer;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_641'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_613> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '240'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_613'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_614> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '241'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_614'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_615> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '242'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_615'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_616> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '243'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_616'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_617> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '244'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_617'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_618> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '245'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_618'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_619> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '246'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_619'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_620> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '247'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_620'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_621> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '248'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_621'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_622> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '249'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_622'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_623> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '251'^^xsd:integer;
  dwc:scientificName 'Olisthodiscus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '233763'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_623'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '233763'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_624> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '252'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_624'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_625> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '253'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_625'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_626> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '254'^^xsd:integer;
  dwc:scientificName 'Thalassiosira subsalina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '163480'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_626'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '163480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_627> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '255'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_627'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_628> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '256'^^xsd:integer;
  dwc:scientificName 'Chaetoceros danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '149120'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_628'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '149120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_629> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '257'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_629'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_630> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '258'^^xsd:integer;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_630'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_631> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '259'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_631'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_632> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '260'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_632'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_633> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '261'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_633'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_634> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '262'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_634'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_635> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '263'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_635'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_636> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '264'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_636'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2048> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2498'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2048'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2044> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2494'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2044'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2045> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2495'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2045'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2046> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2496'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2046'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2047> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2497'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2047'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_424> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.26"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.26 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.26"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '250'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.26'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_424'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4051> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5077'^^xsd:integer;
  dwc:scientificName 'Amphidinium longum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109741'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4051'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '109741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4052> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5078'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4052'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4053> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5079'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4053'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4054> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5080'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4054'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4055> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5081'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4055'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4056> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5082'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4056'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4057> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5083'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4057'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4058> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5084'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4058'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4059> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5085'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4059'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4060> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5086'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4060'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4061> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5087'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4061'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4062> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5088'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4062'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4063> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5089'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4063'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4042> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5068'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4042'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4043> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5069'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4043'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4044> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5070'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4044'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4045> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5071'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4045'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4046> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5072'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4046'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4047> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5073'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4047'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4048> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5074'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4048'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4049> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5075'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4049'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4050> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5076'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4050'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4064> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5090'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4064'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4065> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5091'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4065'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4066> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5092'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4066'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4067> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5093'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4067'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4068> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5094'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4068'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4069> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5095'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4069'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4070> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5096'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4070'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4071> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5097'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4071'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4072> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5098'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4072'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4073> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5099'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4073'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4074> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5100'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4074'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4075> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5101'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4075'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4076> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5102'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4076'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4077> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5103'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4077'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4078> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5104'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4078'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4079> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5105'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4079'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4080> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5106'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4080'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4081> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5107'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4081'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4082> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5108'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4082'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4083> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5109'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4083'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4084> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5110'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4084'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4085> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5111'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4085'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4086> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5112'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4086'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4087> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5113'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4087'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4088> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5114'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4088'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4089> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5115'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4089'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4098> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5124'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4098'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4099> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5125'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4099'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4100> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5126'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4100'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4101> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "41"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5127'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '41'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4101'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13302> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6769'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13302'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13303> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6770'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13303'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13304> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6771'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13304'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13305> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6772'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13305'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13306> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6773'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13306'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13307> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6774'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13307'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13308> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6775'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13308'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13309> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6776'^^xsd:integer;
  dwc:scientificName 'Oxytoxum sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109528'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13309'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '109528'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13310> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6777'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13310'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13311> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6778'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13311'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13312> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6779'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13312'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13313> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6780'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13313'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13314> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6781'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13314'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13315> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6782'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13315'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13316> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6783'^^xsd:integer;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13316'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13317> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6784'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13317'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13318> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6785'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13318'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13319> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6786'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13319'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13855> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6787'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13855'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13856> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6788'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13856'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13857> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6789'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13857'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13858> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6790'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13858'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13859> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6791'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13859'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13860> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6792'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13860'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13861> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6793'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13861'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13862> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6794'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13862'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13863> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6795'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13863'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13864> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6796'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13864'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13865> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6797'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13865'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13513> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6740'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13513'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13514> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6741'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13514'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13515> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6742'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13515'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13516> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6743'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13516'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13517> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6744'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13517'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13518> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6745'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13518'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13519> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6746'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13519'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13520> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6747'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13520'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13521> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6748'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13521'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13522> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6749'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13522'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13523> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6750'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13523'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13524> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6751'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13524'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13525> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6752'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13525'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13526> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6753'^^xsd:integer;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13526'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13527> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6754'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13527'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13528> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6755'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13528'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13529> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6756'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13529'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13530> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6757'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13530'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13531> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6758'^^xsd:integer;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13531'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13532> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6759'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13532'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13533> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6760'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13533'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13534> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6761'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13534'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13535> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6762'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13535'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13536> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6763'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13536'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13537> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6764'^^xsd:integer;
  dwc:scientificName 'Histioneis sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109463'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13537'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '109463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13538> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6765'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13538'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13539> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6766'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13539'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13540> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6767'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13540'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13541> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6768'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13541'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11145> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12765'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11145'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11146> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12766'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11146'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11147> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12767'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11147'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11148> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12768'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11148'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11149> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12769'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11149'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11150> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12770'^^xsd:integer;
  dwc:scientificName 'Oxyrrhis marina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109902'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11150'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11151> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12771'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11151'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11152> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12772'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11152'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11153> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12773'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11153'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11154> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12774'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11154'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11155> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12775'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11155'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11156> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12776'^^xsd:integer;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11156'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11157> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12777'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11157'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11158> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12778'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11158'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11159> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12779'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11159'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11160> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12780'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11160'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11161> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12781'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11161'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11162> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12782'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11162'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11163> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12783'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11163'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11164> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12784'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11164'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11165> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12785'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11165'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11166> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12786'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11166'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11167> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12787'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11167'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11168> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12788'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11168'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11169> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12789'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11169'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11170> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12790'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11170'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11171> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12791'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11171'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11172> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12792'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11172'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11173> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12793'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11173'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11174> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12794'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11174'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11175> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12795'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11175'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11176> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12796'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11176'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11177> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12797'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11177'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11178> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12798'^^xsd:integer;
  dwc:scientificName 'Oxyrrhis marina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109902'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11178'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11179> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12799'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11179'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11180> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12800'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11180'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11181> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12801'^^xsd:integer;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11181'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11182> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12802'^^xsd:integer;
  dwc:scientificName 'Peridinium granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '162785'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11182'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11183> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12803'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11183'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11184> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12804'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11184'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11185> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12805'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11185'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11186> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12806'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11186'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11187> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12807'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11187'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11188> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12808'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11188'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11189> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12809'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11189'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11190> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12810'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11190'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11191> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12811'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11191'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11192> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12812'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11192'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11193> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12813'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11193'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11194> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12814'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11194'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11195> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12815'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11195'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11196> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12816'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11196'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11197> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12817'^^xsd:integer;
  dwc:scientificName 'Dinophysis acuminata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109603'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11197'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11211> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12831'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11211'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11212> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12832'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11212'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11213> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12833'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11213'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11214> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12834'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11214'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11215> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12835'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11215'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11216> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12836'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11216'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11217> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12837'^^xsd:integer;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11217'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11218> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12838'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11218'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11219> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12839'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11219'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11220> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12840'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11220'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11221> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12841'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11221'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11222> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12842'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11222'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11223> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12843'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11223'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11224> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12844'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11224'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11225> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12845'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11225'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11226> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12846'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11226'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11227> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12847'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11227'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11228> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12848'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11228'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11229> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12849'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11229'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11230> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12850'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11230'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11231> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12851'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11231'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11232> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12852'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11232'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11233> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12853'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11233'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11234> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12854'^^xsd:integer;
  dwc:scientificName 'Peridinium granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '162785'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11234'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11235> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12855'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11235'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11236> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12856'^^xsd:integer;
  dwc:scientificName 'Pronoctiluca acuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '233180'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11236'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '233180'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11237> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12857'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11237'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11238> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12858'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11238'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11239> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12859'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11239'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11240> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12860'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11240'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11102> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12722'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149271'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11102'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '149271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11103> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12723'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11103'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11104> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12724'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11104'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11105> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12725'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11105'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11106> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12726'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11106'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11107> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12727'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11107'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11108> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12728'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11108'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11109> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12729'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11109'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11110> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12730'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11110'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11111> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12731'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11111'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11112> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12732'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11112'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11113> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12733'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11113'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11114> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12734'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11114'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11115> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12735'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11115'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11116> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12736'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11116'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11117> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12737'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11117'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11118> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12738'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11118'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11119> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12739'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11119'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11120> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12740'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11120'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11121> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12741'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11121'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11122> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12742'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11122'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11123> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12743'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11123'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11124> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12744'^^xsd:integer;
  dwc:scientificName 'Oxyrrhis marina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109902'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11124'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11125> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12745'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11125'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11126> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12746'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11126'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11127> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12747'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11127'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11128> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12748'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11128'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11129> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12749'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11129'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11130> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12750'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11130'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11131> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12751'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11131'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11132> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12752'^^xsd:integer;
  dwc:scientificName 'Protoceratium reticulatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110321'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11132'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110321'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11133> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12753'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11133'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11134> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12754'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11134'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11135> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12755'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11135'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11136> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12756'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11136'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11137> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12757'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11137'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11138> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12758'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11138'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11139> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12759'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11139'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11140> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12760'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11140'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11141> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12761'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11141'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11142> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12762'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11142'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11143> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12763'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11143'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11144> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12764'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11144'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2021> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2471'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2021'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2022> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2472'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2022'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2023> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2473'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2023'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2024> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2474'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2024'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2025> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2475'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2025'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2026> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2476'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2026'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2027> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2477'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2027'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2028> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2478'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2028'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2029> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2479'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2029'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2030> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2480'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2030'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2031> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2481'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2031'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2032> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2482'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2032'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2020> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2470'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2020'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2018> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2468'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2018'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2019> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2469'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2019'^^xsd:string;
  dwc:observationDate '1993-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11198> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12818'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11198'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11199> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12819'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11199'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11200> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12820'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11200'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11201> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12821'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11201'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11202> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12822'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polygramma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '110035'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11202'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110035'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11203> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12823'^^xsd:integer;
  dwc:scientificName 'Gymnodinium pseudonoctiluca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109823'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11203'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109923'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11204> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12824'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11204'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11205> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12825'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11205'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11206> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12826'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11206'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11207> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12827'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11207'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11208> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12828'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11208'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11209> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12829'^^xsd:integer;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11209'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11210> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12830'^^xsd:integer;
  dwc:scientificName 'Polykrikos schwarzii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109901'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11210'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109901'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8329> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9949'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8329'^^xsd:string;
  dwc:observationDate '1992-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8330> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9950'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8330'^^xsd:string;
  dwc:observationDate '1992-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8331> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9951'^^xsd:integer;
  dwc:scientificName 'Gymnodinium lacustre'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '249715'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8331'^^xsd:string;
  dwc:observationDate '1992-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '249715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8332> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9952'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8332'^^xsd:string;
  dwc:observationDate '1992-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4090> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5116'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4090'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4091> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5117'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4091'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4092> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5118'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4092'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4093> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5119'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4093'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4094> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5120'^^xsd:integer;
  dwc:scientificName 'Cochlodinium geminatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109765'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4094'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '844050'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4095> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5121'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4095'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4096> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5122'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4096'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4097> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5123'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4097'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_600> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '226'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_600'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_601> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '227'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_601'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_597> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '223'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_597'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_598> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '224'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_598'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_599> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '225'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_599'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_602> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '228'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_602'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_603> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '229'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_603'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_604> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '230'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_604'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_605> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '232'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_605'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_606> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '233'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_606'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_607> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '234'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_607'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_608> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '235'^^xsd:integer;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_608'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_609> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '236'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_609'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_610> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '237'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_610'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_611> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '238'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_611'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_612> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '239'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_612'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12435> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6798'^^xsd:integer;
  dwc:scientificName 'Oxytoxum sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109528'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12435'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '109528'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12436> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6799'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12436'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12437> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6800'^^xsd:integer;
  dwc:scientificName 'Cyclotella caspia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163196'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12437'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '163196'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12438> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6801'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12438'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_423> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '231'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_423'^^xsd:string;
  dwc:observationDate '1993-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4027> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5053'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4027'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4028> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5054'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4028'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4029> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5055'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4029'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4030> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5056'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4030'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4031> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5057'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4031'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4032> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5058'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4032'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4033> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5059'^^xsd:integer;
  dwc:scientificName 'Cyclotella caspia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163196'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4033'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '163196'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4034> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5060'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4034'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4035> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5061'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4035'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4036> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5062'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4036'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4037> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5063'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4037'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4024> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5050'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4024'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4038> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5064'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4038'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4039> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5065'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4039'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4040> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5066'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4040'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4041> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5067'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4041'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4025> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5051'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4025'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4026> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 33)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5052'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4026'^^xsd:string;
  dwc:observationDate '1992-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13511> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6738'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13511'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13512> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6739'^^xsd:integer;
  dwc:scientificName 'Chilomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '22577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13512'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '22577'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2139> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2589'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2139'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8339> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9959'^^xsd:integer;
  dwc:scientificName 'Thalassiosira baltica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '156690'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8339'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '156690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8340> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9960'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8340'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8341> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9961'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8341'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8342> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9962'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8342'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8343> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9963'^^xsd:integer;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8343'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8344> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9964'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8344'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8345> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9965'^^xsd:integer;
  dwc:scientificName 'Thalassiosira baltica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '156690'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8345'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '156690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8346> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9966'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8346'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8347> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9967'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8347'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8348> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9968'^^xsd:integer;
  dwc:scientificName 'Gymnodinium variabile'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109835'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8348'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '109835'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8349> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9969'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8349'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8350> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9970'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8350'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8351> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9971'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8351'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8352> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9972'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8352'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8338> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9958'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8338'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2132> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2582'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2132'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2133> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2583'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2133'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2134> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2584'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2134'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2135> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2585'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2135'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2136> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2586'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2136'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2137> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2587'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2137'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2138> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2588'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2138'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2129> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2579'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2129'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2130> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2580'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2130'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2131> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2581'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2131'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2128> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2578'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2128'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2127> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2577'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2127'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2107> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2557'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2107'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2108> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2558'^^xsd:integer;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2108'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2109> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2559'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2109'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2110> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2560'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2110'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2111> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2561'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2111'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2112> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2562'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2112'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2113> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2563'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2113'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2114> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2564'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2114'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2115> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2565'^^xsd:integer;
  dwc:scientificName 'Amphidinium extensum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '232577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2115'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '1368615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2116> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2566'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2116'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2117> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2567'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2117'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2118> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2568'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2118'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2119> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2569'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2119'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2120> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2570'^^xsd:integer;
  dwc:scientificName 'Dinophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '21005'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2120'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '19542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2121> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2571'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2121'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2122> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2572'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2122'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2123> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2573'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2123'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2124> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2574'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2124'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2125> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2575'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2125'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2126> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2576'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2126'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6782> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8384'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6782'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6783> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8385'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6783'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6784> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8386'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6784'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6785> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8387'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6785'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6786> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8388'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6786'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6787> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8389'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6787'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6788> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8390'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6788'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6789> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8391'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6789'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6790> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8392'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6790'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6791> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8393'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6791'^^xsd:string;
  dwc:observationDate '1992-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_496> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '119'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_496'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2150> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2600'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2150'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2151> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2601'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2151'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2152> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2602'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2152'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2148> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2598'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2148'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_502> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '126'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_502'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_503> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '127'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_503'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_504> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '128'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_504'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_505> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '129'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_505'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_506> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '130'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_506'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_507> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '131'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_507'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_489> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '112'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_489'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_490> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '113'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_490'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_491> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '114'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_491'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_492> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '115'^^xsd:integer;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_492'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_493> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '116'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_493'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_494> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '117'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_494'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_495> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '118'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_495'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_497> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '121'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_497'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_498> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '122'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_498'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_499> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '123'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_499'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_500> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '124'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_500'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_501> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '125'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_501'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2140> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2590'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2140'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2141> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2591'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2141'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2142> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2592'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2142'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2143> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2593'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2143'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2144> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2594'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2144'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2145> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2595'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2145'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2146> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2596'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2146'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2147> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2597'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2147'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2149> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2599'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2149'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13498> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6725'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13498'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13499> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6726'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13499'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13500> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6727'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13500'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13501> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6728'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149106'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13501'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '149106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13502> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6729'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13502'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13503> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6730'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13503'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13504> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6731'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13504'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13505> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6732'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13505'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13506> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6733'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13506'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13507> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6734'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13507'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13508> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6735'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13508'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13509> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6736'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13509'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13510> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6737'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13510'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13493> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6720'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13493'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13494> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6721'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13494'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13495> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6722'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13495'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13496> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6723'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13496'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13497> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6724'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13497'^^xsd:string;
  dwc:observationDate '1992-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_415> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '120'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_415'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11048> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12668'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11048'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11049> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12669'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11049'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11050> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12670'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11050'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11051> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12671'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11051'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11052> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12672'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11052'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11053> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12673'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11053'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11054> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12674'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11054'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11055> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12675'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agile'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '232554'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11055'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '707838'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11056> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12676'^^xsd:integer;
  dwc:scientificName 'Halosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '134528'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11056'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '134528'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11035> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12655'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11035'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11036> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12656'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11036'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11037> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12657'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11037'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11038> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12658'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11038'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11039> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12659'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11039'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11040> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12660'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11040'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11041> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12661'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11041'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11042> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12662'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11042'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11043> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12663'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11043'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11044> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12664'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11044'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11045> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12665'^^xsd:integer;
  dwc:scientificName 'Calyptrosphaera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '235828'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11045'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '235828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11046> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12666'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11046'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11047> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12667'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11047'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11018> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12638'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11018'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11019> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12639'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11019'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11020> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12640'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11020'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11021> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12641'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11021'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11022> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12642'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11022'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11023> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12643'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11023'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11024> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12644'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11024'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11025> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12645'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11025'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11026> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12646'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11026'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11027> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12647'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11027'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11028> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12648'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11028'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11029> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12649'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11029'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11030> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12650'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11030'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11031> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12651'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11031'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11032> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12652'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11032'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11033> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12653'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11033'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11034> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12654'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11034'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7292> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8912'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7292'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7293> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8913'^^xsd:integer;
  dwc:scientificName 'Pseudopedinella tricostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '160601'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7293'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '573933'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7294> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8914'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7294'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7295> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8915'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7295'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7296> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8916'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7296'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7297> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8917'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7297'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7298> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8918'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7298'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7299> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8919'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7299'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7300> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8920'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7300'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7301> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8921'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7301'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7302> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8922'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7302'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7303> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8923'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7303'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7304> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8924'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7304'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7318> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8938'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7318'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7319> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8939'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7319'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7320> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8940'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7320'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7321> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8941'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7321'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13242> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3614'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13242'^^xsd:string;
  dwc:observationDate '1992-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13243> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3615'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13243'^^xsd:string;
  dwc:observationDate '1992-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13244> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3616'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13244'^^xsd:string;
  dwc:observationDate '1992-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13245> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3617'^^xsd:integer;
  dwc:scientificName 'Peridinium granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '162785'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13245'^^xsd:string;
  dwc:observationDate '1992-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '110223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13246> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3618'^^xsd:integer;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13246'^^xsd:string;
  dwc:observationDate '1992-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13155> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3621'^^xsd:integer;
  dwc:scientificName 'Exuviaella perforata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576722'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13155'^^xsd:string;
  dwc:observationDate '1992-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '232516'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13156> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3622'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13156'^^xsd:string;
  dwc:observationDate '1992-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13157> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3623'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13157'^^xsd:string;
  dwc:observationDate '1992-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13158> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3624'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13158'^^xsd:string;
  dwc:observationDate '1992-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13159> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3625'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13159'^^xsd:string;
  dwc:observationDate '1992-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13160> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3626'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13160'^^xsd:string;
  dwc:observationDate '1992-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12971> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3619'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12971'^^xsd:string;
  dwc:observationDate '1992-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12972> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3620'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12972'^^xsd:string;
  dwc:observationDate '1992-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13838> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7508'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13838'^^xsd:string;
  dwc:observationDate '1992-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13839> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7509'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13839'^^xsd:string;
  dwc:observationDate '1992-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13840> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7510'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13840'^^xsd:string;
  dwc:observationDate '1992-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13841> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7511'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13841'^^xsd:string;
  dwc:observationDate '1992-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13842> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7512'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13842'^^xsd:string;
  dwc:observationDate '1992-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13843> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7513'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13843'^^xsd:string;
  dwc:observationDate '1992-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13844> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7514'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13844'^^xsd:string;
  dwc:observationDate '1992-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13845> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7515'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13845'^^xsd:string;
  dwc:observationDate '1992-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13846> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7516'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13846'^^xsd:string;
  dwc:observationDate '1992-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13847> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7517'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13847'^^xsd:string;
  dwc:observationDate '1992-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13848> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7518'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13848'^^xsd:string;
  dwc:observationDate '1992-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13849> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7519'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13849'^^xsd:string;
  dwc:observationDate '1992-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13850> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7520'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13850'^^xsd:string;
  dwc:observationDate '1992-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13851> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7521'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13851'^^xsd:string;
  dwc:observationDate '1992-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13852> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7522'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13852'^^xsd:string;
  dwc:observationDate '1992-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13853> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7523'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13853'^^xsd:string;
  dwc:observationDate '1992-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13854> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7524'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13854'^^xsd:string;
  dwc:observationDate '1992-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7305> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8925'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7305'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7306> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8926'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7306'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7307> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8927'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7307'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7308> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8928'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7308'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7309> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8929'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7309'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7311> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8931'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7311'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7312> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8932'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7312'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7313> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8933'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7313'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7314> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8934'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7314'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7315> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8935'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7315'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7316> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8936'^^xsd:integer;
  dwc:scientificName 'Syracosphaera dalmatica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '235881'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7316'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '235879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7317> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8937'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7317'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8529> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10149'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8529'^^xsd:string;
  dwc:observationDate '1992-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8530> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10150'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8530'^^xsd:string;
  dwc:observationDate '1992-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8531> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10151'^^xsd:integer;
  dwc:scientificName 'Gymnodinium rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109826'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8531'^^xsd:string;
  dwc:observationDate '1992-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '109826'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8532> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10152'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8532'^^xsd:string;
  dwc:observationDate '1992-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8533> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10153'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8533'^^xsd:string;
  dwc:observationDate '1992-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8534> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10154'^^xsd:integer;
  dwc:scientificName 'Gymnodinium rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109826'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8534'^^xsd:string;
  dwc:observationDate '1992-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '109826'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8535> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10155'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus janischii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '179607'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8535'^^xsd:string;
  dwc:observationDate '1992-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '179607'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8536> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10156'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8536'^^xsd:string;
  dwc:observationDate '1992-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8537> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10157'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8537'^^xsd:string;
  dwc:observationDate '1992-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8538> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10158'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8538'^^xsd:string;
  dwc:observationDate '1992-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8539> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10159'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8539'^^xsd:string;
  dwc:observationDate '1992-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8540> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10160'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8540'^^xsd:string;
  dwc:observationDate '1992-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8541> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10161'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8541'^^xsd:string;
  dwc:observationDate '1992-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8353> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9973'^^xsd:integer;
  dwc:scientificName 'Bacillaria paradoxa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149317'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8353'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '558243'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8354> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9974'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8354'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8355> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9975'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8355'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8356> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9976'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8356'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8357> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9977'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8357'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8358> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9978'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8358'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8359> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9979'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8359'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8360> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9980'^^xsd:integer;
  dwc:scientificName 'Gymnodinium variabile'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109835'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8360'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '109835'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8361> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9981'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8361'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8362> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9982'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8362'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8363> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9983'^^xsd:integer;
  dwc:scientificName 'Halosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '134528'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8363'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '134528'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7310> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8930'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7310'^^xsd:string;
  dwc:observationDate '1992-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2097> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2547'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2097'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2098> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2548'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2098'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2099> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2549'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2099'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2100> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2550'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2100'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2101> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2551'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2101'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2102> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2552'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2102'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2103> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2553'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2103'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2104> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2554'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2104'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2105> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2555'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2105'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2106> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2556'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2106'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2087> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2537'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2087'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2088> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2538'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2088'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2089> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2539'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2089'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2090> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2540'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2090'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2091> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2541'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2091'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2092> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2542'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2092'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2093> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2543'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2093'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2094> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2544'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2094'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2095> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2545'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2095'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2096> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2546'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2096'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4288> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5476'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4288'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4289> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5477'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4289'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4290> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5478'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4290'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4291> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5479'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4291'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4292> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5480'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4292'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4293> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5481'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4293'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4294> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5482'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4294'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4295> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5483'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4295'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4296> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5484'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4296'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4297> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5485'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4297'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4298> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5486'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4298'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4299> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5487'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4299'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4300> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5488'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4300'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4301> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5489'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4301'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4302> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5490'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '148917'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4302'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '148917'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4303> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5491'^^xsd:integer;
  dwc:scientificName 'Cyclotella caspia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163196'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4303'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '163196'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4304> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5492'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4304'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4305> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5493'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4305'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4306> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5494'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4306'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4307> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5495'^^xsd:integer;
  dwc:scientificName 'Pseudopedinella variabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '573962'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4307'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '160600'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4308> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5496'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4308'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4309> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5497'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4309'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4310> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5498'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4310'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4311> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5499'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4311'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4312> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5500'^^xsd:integer;
  dwc:scientificName 'Pseudopedinella variabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '573962'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4312'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '160600'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4313> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5501'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4313'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4314> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5502'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4314'^^xsd:string;
  dwc:observationDate '1992-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5404> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6916'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5404'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5405> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6917'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5405'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5406> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6918'^^xsd:integer;
  dwc:scientificName 'Eutreptiella braarudii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '248121'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5406'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '248121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5407> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6919'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5407'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5408> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6920'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5408'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5409> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6921'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5409'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5410> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6922'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5410'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5411> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6923'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5411'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5412> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6924'^^xsd:integer;
  dwc:scientificName 'Eutreptiella braarudii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '248121'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5412'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '248121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5413> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6925'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5413'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5414> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6926'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5414'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5415> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6927'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5415'^^xsd:string;
  dwc:observationDate '1992-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5941> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7525'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5941'^^xsd:string;
  dwc:observationDate '1992-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5942> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7526'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5942'^^xsd:string;
  dwc:observationDate '1992-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_294> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1122'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_294'^^xsd:string;
  dwc:observationDate '1993-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_292> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1120'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_292'^^xsd:string;
  dwc:observationDate '1993-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_293> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1121'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_293'^^xsd:string;
  dwc:observationDate '1993-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_295> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1123'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_295'^^xsd:string;
  dwc:observationDate '1993-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_296> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1124'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_296'^^xsd:string;
  dwc:observationDate '1993-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_297> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1125'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_297'^^xsd:string;
  dwc:observationDate '1993-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_298> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1126'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_298'^^xsd:string;
  dwc:observationDate '1993-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_299> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1127'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_299'^^xsd:string;
  dwc:observationDate '1993-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_300> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1128'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_300'^^xsd:string;
  dwc:observationDate '1993-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_301> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1129'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_301'^^xsd:string;
  dwc:observationDate '1993-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_302> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1130'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_302'^^xsd:string;
  dwc:observationDate '1993-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_303> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 33)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1131'^^xsd:integer;
  dwc:scientificName 'Dinophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '21005'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_303'^^xsd:string;
  dwc:observationDate '1993-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '19542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13229> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3601'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13229'^^xsd:string;
  dwc:observationDate '1992-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13230> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3602'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13230'^^xsd:string;
  dwc:observationDate '1992-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13231> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3603'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13231'^^xsd:string;
  dwc:observationDate '1992-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13232> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3604'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13232'^^xsd:string;
  dwc:observationDate '1992-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13233> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3605'^^xsd:integer;
  dwc:scientificName 'Exuviaella perforata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '576722'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13233'^^xsd:string;
  dwc:observationDate '1992-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '232516'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13234> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3606'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13234'^^xsd:string;
  dwc:observationDate '1992-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13235> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3607'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13235'^^xsd:string;
  dwc:observationDate '1992-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13236> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3608'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13236'^^xsd:string;
  dwc:observationDate '1992-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13237> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3609'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13237'^^xsd:string;
  dwc:observationDate '1992-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13238> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3610'^^xsd:integer;
  dwc:scientificName 'Eutreptiella braarudii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '248121'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13238'^^xsd:string;
  dwc:observationDate '1992-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '248121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13239> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3611'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13239'^^xsd:string;
  dwc:observationDate '1992-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13240> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3612'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13240'^^xsd:string;
  dwc:observationDate '1992-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13241> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3613'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13241'^^xsd:string;
  dwc:observationDate '1992-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13902> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3599'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13902'^^xsd:string;
  dwc:observationDate '1992-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13903> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3600'^^xsd:integer;
  dwc:scientificName 'Exuviaella perforata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576722'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13903'^^xsd:string;
  dwc:observationDate '1992-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '232516'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10937> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12557'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10937'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10938> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12558'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10938'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10939> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12559'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10939'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10953> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12573'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10953'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10954> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12574'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10954'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10955> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12575'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10955'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10956> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12576'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10956'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10957> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12577'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10957'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10958> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12578'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10958'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10959> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12579'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10959'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10960> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12580'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10960'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10961> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12581'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10961'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10962> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12582'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10962'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10963> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12583'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10963'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10964> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12584'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10964'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10965> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12585'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10965'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10966> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12586'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10966'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10967> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12587'^^xsd:integer;
  dwc:scientificName 'Dinophysis acuminata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109603'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10967'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10968> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12588'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10968'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10969> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12589'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10969'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10970> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12590'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10970'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10972> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12592'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10972'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10940> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12560'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10940'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10941> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12561'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10941'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10942> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12562'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10942'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10943> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12563'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10943'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10944> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12564'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10944'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10945> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12565'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10945'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10946> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12566'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10946'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10947> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12567'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10947'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10948> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12568'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10948'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10949> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12569'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10949'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10950> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12570'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10950'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10951> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12571'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10951'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10952> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12572'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10952'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8518> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10138'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8518'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8519> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10139'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8519'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8520> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10140'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8520'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8521> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10141'^^xsd:integer;
  dwc:scientificName 'Chaetoceros socialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149123'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8521'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '149123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8522> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10142'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8522'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8523> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10143'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8523'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8524> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10144'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8524'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8525> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10145'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8525'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8526> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10146'^^xsd:integer;
  dwc:scientificName 'Gymnodinium rhomboides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109826'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8526'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '109826'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8527> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10147'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8527'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8528> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10148'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8528'^^xsd:string;
  dwc:observationDate '1992-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8364> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9984'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8364'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8365> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9985'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8365'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8366> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9986'^^xsd:integer;
  dwc:scientificName 'Thalassiosira baltica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '156690'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8366'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '156690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8367> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9987'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8367'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8368> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9988'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8368'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8369> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9989'^^xsd:integer;
  dwc:scientificName 'Diatoma elongatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149348'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8369'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '979161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8370> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9990'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8370'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8371> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9991'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8371'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8372> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9992'^^xsd:integer;
  dwc:scientificName 'Thalassiosira baltica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '156690'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8372'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '156690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8373> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9993'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8373'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8374> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9994'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8374'^^xsd:string;
  dwc:observationDate '1992-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2058> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2508'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2058'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2059> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2509'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2059'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2060> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2510'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2060'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2061> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2511'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2061'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2062> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2512'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2062'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2051> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2501'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2051'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2052> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2502'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2052'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2053> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2503'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2053'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2054> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2504'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2054'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2055> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2505'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2055'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2056> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2506'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2056'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2057> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2507'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2057'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7347> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8967'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7347'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7348> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8968'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7348'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7349> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8969'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7349'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7350> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8970'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7350'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7351> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8971'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7351'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7352> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8972'^^xsd:integer;
  dwc:scientificName 'Gymnodinium lacustre'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '249715'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7352'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '249715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7353> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8973'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7353'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7354> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8974'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7354'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7355> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8975'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7355'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7356> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8976'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7356'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7357> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8977'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7357'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7358> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8978'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agiliforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109780'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7358'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '109780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7359> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8979'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7359'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7345> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8965'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agiliforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109780'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7345'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '109780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7346> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8966'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7346'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7360> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8980'^^xsd:integer;
  dwc:scientificName 'Gymnodinium lacustre'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '249715'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7360'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '249715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7361> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8981'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7361'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7362> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8982'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7362'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7363> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8983'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7363'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7364> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8984'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7364'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7365> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8985'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7365'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7366> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8986'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7366'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7367> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8987'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7367'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7368> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8988'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agiliforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109780'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7368'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '109780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7369> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8989'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7369'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7370> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8990'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7370'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7371> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8991'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agiliforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109780'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7371'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '109780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7372> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8992'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7372'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7373> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8993'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7373'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7374> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8994'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7374'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7375> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8995'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7375'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7376> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8996'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7376'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7377> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8997'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7377'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7378> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8998'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7378'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7379> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8999'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agiliforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109780'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7379'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '109780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7380> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9000'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7380'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7381> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9001'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7381'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7382> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9002'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7382'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7383> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9003'^^xsd:integer;
  dwc:scientificName 'Thalassiosira subsalina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163480'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7383'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '163480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7384> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9004'^^xsd:integer;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7384'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7385> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9005'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7385'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7386> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9006'^^xsd:integer;
  dwc:scientificName 'Thalassiosira subsalina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163480'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7386'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '163480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7387> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9007'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7387'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7388> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9008'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agiliforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109780'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7388'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '109780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7389> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9009'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7389'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7390> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9010'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7390'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7391> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9011'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7391'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7392> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9012'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7392'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7393> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9013'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7393'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7394> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9014'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agiliforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109780'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7394'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '109780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7395> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9015'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7395'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7396> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9016'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7396'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7397> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9017'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7397'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7398> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9018'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7398'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2063> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2513'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2063'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2064> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2514'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2064'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2065> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2515'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2065'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2066> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2516'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2066'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2067> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2517'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2067'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2068> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2518'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2068'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2069> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2519'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2069'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2070> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2520'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2070'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2071> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2521'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2071'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2072> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2522'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2072'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2073> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2523'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2073'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2074> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2524'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2074'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2075> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2525'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2075'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10971> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12591'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10971'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_452> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '75'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_452'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_453> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '76'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_453'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_454> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '77'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_454'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_455> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '78'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_455'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_456> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '79'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_456'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_457> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '80'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_457'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_458> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '81'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_458'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_459> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '82'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_459'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_460> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '83'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_460'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_461> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '84'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_461'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_462> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '85'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_462'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_463> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '86'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_463'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_464> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '87'^^xsd:integer;
  dwc:scientificName 'Dinophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '19542'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_464'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '19542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_448> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '71'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_448'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_449> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '72'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_449'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_450> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '73'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_450'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_451> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 33)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '74'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_451'^^xsd:string;
  dwc:observationDate '1993-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5876> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7388'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5876'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5877> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7389'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5877'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5878> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7390'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5878'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5879> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7391'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5879'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5880> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7392'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5880'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5881> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7393'^^xsd:integer;
  dwc:scientificName 'Silicoflagellata sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157256'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5881'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '157256'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5882> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7394'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5882'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5883> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7395'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5883'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5884> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7396'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5884'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5885> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7397'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5885'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5886> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7398'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5886'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5887> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7399'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5887'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5888> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7400'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5888'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5889> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7401'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5889'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5890> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7402'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5890'^^xsd:string;
  dwc:observationDate '1992-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4315> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5503'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4315'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4316> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5504'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4316'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4317> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5505'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4317'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4318> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5506'^^xsd:integer;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4318'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4319> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5507'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4319'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4320> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5508'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4320'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4321> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5509'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4321'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4322> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5510'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4322'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4323> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5511'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4323'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4324> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5512'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4324'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4325> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5513'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4325'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4326> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5514'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4326'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4327> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5515'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4327'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4328> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5516'^^xsd:integer;
  dwc:scientificName 'Thalassiosira subsalina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163480'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4328'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '163480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4329> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5517'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4329'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4330> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5518'^^xsd:integer;
  dwc:scientificName 'Syracosphaera dalmatica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '235881'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4330'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '235879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4331> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5519'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4331'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4332> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5520'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4332'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4333> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5521'^^xsd:integer;
  dwc:scientificName 'Dinophysis sphaerica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109660'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4333'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '109660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4334> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5522'^^xsd:integer;
  dwc:scientificName 'Gymnodinium variabile'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109835'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4334'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '109835'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4335> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5523'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4335'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4336> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5524'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4336'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4337> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5525'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4337'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4338> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5526'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4338'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4339> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5527'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4339'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4340> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.01"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.01 33)"^^geo:wktLiteral ;
  geo-pos:lat "45.01"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5528'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '45.01'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4340'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7583> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9203'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7583'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7584> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9204'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7584'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7585> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9205'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7585'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7586> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9206'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7586'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7587> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9207'^^xsd:integer;
  dwc:scientificName 'Prorocentrum scutellum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '110314'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7587'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '110314'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7576> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9196'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7576'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7578> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9198'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7578'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7579> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9199'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7579'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7580> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9200'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7580'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7581> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9201'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7581'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7582> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9202'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7582'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7561> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9181'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7561'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7562> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9182'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7562'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7563> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9183'^^xsd:integer;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7563'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7564> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9184'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7564'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7565> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9185'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7565'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7566> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9186'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7566'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7567> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9187'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7567'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7568> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9188'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7568'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7569> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9189'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7569'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7570> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9190'^^xsd:integer;
  dwc:scientificName 'Nitzschia longissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149150'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7570'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '149150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7571> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9191'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7571'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7572> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9192'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7572'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7573> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9193'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7573'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7574> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9194'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7574'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7575> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9195'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7575'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7541> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9161'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149106'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7541'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '149106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7542> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9162'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149106'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7542'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '149106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7543> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9163'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149106'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7543'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '149106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7544> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9164'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7544'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7545> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9165'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7545'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7546> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9166'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7546'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7547> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9167'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7547'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7548> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9168'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7548'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7549> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9169'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7549'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7550> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9170'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7550'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7551> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9171'^^xsd:integer;
  dwc:scientificName 'Dinophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '21005'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7551'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '19542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7552> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9172'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7552'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7553> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9173'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7553'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7554> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9174'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7554'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7555> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9175'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7555'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7556> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9176'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7556'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7557> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9177'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7557'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7558> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9178'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7558'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7559> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9179'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7559'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7560> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9180'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7560'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7577> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.08"^^xsd:decimal ;
  dwc:decimalLongitude "33.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.08 33.21)"^^geo:wktLiteral ;
  geo-pos:lat "45.08"^^xsd:decimal ;
  geo-pos:long "33.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9197'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.21'^^xsd:double;
  dwc:latitude '45.08'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7577'^^xsd:string;
  dwc:observationDate '1994-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11009> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12629'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11009'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11010> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12630'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11010'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11011> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12631'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11011'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11012> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12632'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11012'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11013> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12633'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11013'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11014> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12634'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11014'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11015> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12635'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11015'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11016> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12636'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11016'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11017> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12637'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11017'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10983> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12603'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10983'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10984> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12604'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10984'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10985> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12605'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10985'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10986> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12606'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10986'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10987> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12607'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10987'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10988> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12608'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10988'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10989> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12609'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10989'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10990> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12610'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10990'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10991> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12611'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10991'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10992> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12612'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10992'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10993> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12613'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10993'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10994> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12614'^^xsd:integer;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10994'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10995> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12615'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10995'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10981> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12601'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10981'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10982> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12602'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10982'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10979> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12599'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10979'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10980> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12600'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10980'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10973> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12593'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10973'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10974> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12594'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10974'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10975> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12595'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10975'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10976> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12596'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10976'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10977> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12597'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10977'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10978> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12598'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10978'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10996> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12616'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10996'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10997> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12617'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10997'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10998> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12618'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10998'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10999> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12619'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10999'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11000> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12620'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11000'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11001> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12621'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11001'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11002> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12622'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11002'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11003> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12623'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11003'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11004> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12624'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11004'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11005> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12625'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11005'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11006> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12626'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11006'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11007> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12627'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11007'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11008> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12628'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11008'^^xsd:string;
  dwc:observationDate '1992-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4377> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5565'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4377'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4378> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5566'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4378'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4364> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5552'^^xsd:integer;
  dwc:scientificName 'Thalassiosira subsalina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163480'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4364'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '163480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4365> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5553'^^xsd:integer;
  dwc:scientificName 'Crucigenia tetrapedia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '178619'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4365'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '839081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4366> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5554'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4366'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4367> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5555'^^xsd:integer;
  dwc:scientificName 'Anabaena flos-aquae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146588'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4367'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '1637127'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4368> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5556'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4368'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4369> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5557'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4369'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4370> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5558'^^xsd:integer;
  dwc:scientificName 'Dinophysis sphaerica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109660'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4370'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '109660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4371> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5559'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4371'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4372> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5560'^^xsd:integer;
  dwc:scientificName 'Gymnodinium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4372'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '109795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4373> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5561'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4373'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4374> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5562'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4374'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4375> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5563'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4375'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4376> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5564'^^xsd:integer;
  dwc:scientificName 'Eutreptiella braarudii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '248121'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4376'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '248121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7410> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9030'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7410'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7411> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9031'^^xsd:integer;
  dwc:scientificName 'Triceratium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149154'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7411'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '149154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7412> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9032'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7412'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7413> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9033'^^xsd:integer;
  dwc:scientificName 'Syracosphaera dalmatica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '235881'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7413'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '235879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7414> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9034'^^xsd:integer;
  dwc:scientificName 'Anabaena bergii v.minor'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576812'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7414'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '837525'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7415> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9035'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7415'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7416> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9036'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7416'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7417> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9037'^^xsd:integer;
  dwc:scientificName 'Glenodinium lenticula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163828'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7417'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '110001'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7418> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9038'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7418'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7419> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9039'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7419'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7420> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9040'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7420'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7421> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9041'^^xsd:integer;
  dwc:scientificName 'Gyrodinium parvulum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109868'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7421'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '109868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7422> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9042'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7422'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7423> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9043'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7423'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7424> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9044'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149106'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7424'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '149106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7425> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9045'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7425'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7426> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9046'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7426'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7427> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9047'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7427'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7428> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9048'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7428'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7429> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9049'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7429'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7430> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9050'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agiliforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109780'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7430'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '109780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7431> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9051'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7431'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7432> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9052'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7432'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7433> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9053'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7433'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7434> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9054'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7434'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7435> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9055'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7435'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7436> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9056'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7436'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7437> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9057'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7437'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7438> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9058'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7438'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7439> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9059'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agiliforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109780'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7439'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '109780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7440> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9060'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7440'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7441> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9061'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7441'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7442> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9062'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7442'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7399> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9019'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7399'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7400> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9020'^^xsd:integer;
  dwc:scientificName 'Thalassiosira subsalina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163480'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7400'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '163480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7401> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9021'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7401'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7402> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9022'^^xsd:integer;
  dwc:scientificName 'Eutreptiella braarudii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '248121'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7402'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '248121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7403> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9023'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7403'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7404> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9024'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7404'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7405> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9025'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7405'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7406> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9026'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7406'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7407> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9027'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7407'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7408> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9028'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7408'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7409> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9029'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7409'^^xsd:string;
  dwc:observationDate '1992-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_488> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '111'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_488'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_476> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '99'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_476'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_477> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '100'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_477'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_478> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '101'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_478'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_479> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '102'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_479'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_480> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '103'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149271'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_480'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '149271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_481> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '104'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_481'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_482> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '105'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_482'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_483> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '106'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_483'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_484> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '107'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_484'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_485> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '108'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_485'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_486> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '109'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149271'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_486'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '149271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_487> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '110'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_487'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4341> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5529'^^xsd:integer;
  dwc:scientificName 'Gonyaulax digitale'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110015'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4341'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '110015'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4342> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5530'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4342'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4343> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5531'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4343'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4344> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5532'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4344'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4345> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5533'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4345'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4346> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5534'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4346'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4347> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5535'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4347'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4348> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5536'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4348'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4349> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5537'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4349'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4350> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5538'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4350'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4351> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5539'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4351'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4352> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5540'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4352'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4353> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5541'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4353'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4354> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5542'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4354'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4355> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5543'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4355'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4356> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5544'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4356'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4357> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5545'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4357'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4358> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5546'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4358'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4359> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5547'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4359'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4360> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5548'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4360'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4361> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5549'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4361'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4362> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5550'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4362'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4363> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5551'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4363'^^xsd:string;
  dwc:observationDate '1992-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_474> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '97'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_474'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_475> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.26)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '98'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.26'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_475'^^xsd:string;
  dwc:observationDate '1993-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2084> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.33)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2534'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.33'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2084'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2085> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.33)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2535'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.33'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2085'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2086> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.33)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2536'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.33'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2086'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2077> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.33)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2527'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.33'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2077'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2078> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.33)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2528'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.33'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2078'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2079> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.33)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2529'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.33'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2079'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2080> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.33)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2530'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.33'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2080'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2081> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.33)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2531'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.33'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2081'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2082> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.33)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2532'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.33'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2082'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2083> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.33)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2533'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.33'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2083'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2076> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.75 33.33)"^^geo:wktLiteral ;
  geo-pos:lat "44.75"^^xsd:decimal ;
  geo-pos:long "33.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2526'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.33'^^xsd:double;
  dwc:latitude '44.75'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2076'^^xsd:string;
  dwc:observationDate '1993-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8333> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 33.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.75"^^xsd:decimal ;
  dwc:decimalLongitude "33.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.75 33.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.75"^^xsd:decimal ;
  geo-pos:long "33.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9953'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.5'^^xsd:double;
  dwc:latitude '43.75'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8333'^^xsd:string;
  dwc:observationDate '1992-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6640> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.85)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8242'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.85'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6640'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6641> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.85)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8243'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.85'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6641'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6642> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.85)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8244'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.85'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6642'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6643> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.85)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8245'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.85'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6643'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6644> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.85)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8246'^^xsd:integer;
  dwc:scientificName 'Amphidinium extensum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.85'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6644'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '1368615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6645> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.85)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8247'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.85'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6645'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6646> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.85)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8248'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.85'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6646'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6647> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.85)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8249'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.85'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6647'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6648> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.85)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8250'^^xsd:integer;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.85'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6648'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6649> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.85)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8251'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.85'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6649'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6650> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.85)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8252'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.85'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6650'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6651> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.85)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8253'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.85'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6651'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6652> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.85)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8254'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.85'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6652'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6695> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.46"^^xsd:decimal ;
  dwc:decimalLongitude "33.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  geo-pos:lat "43.46"^^xsd:decimal ;
  geo-pos:long "33.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8297'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.88'^^xsd:double;
  dwc:latitude '43.46'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6695'^^xsd:string;
  dwc:observationDate '1992-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6696> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.46"^^xsd:decimal ;
  dwc:decimalLongitude "33.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  geo-pos:lat "43.46"^^xsd:decimal ;
  geo-pos:long "33.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8298'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.88'^^xsd:double;
  dwc:latitude '43.46'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6696'^^xsd:string;
  dwc:observationDate '1992-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6697> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.46"^^xsd:decimal ;
  dwc:decimalLongitude "33.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  geo-pos:lat "43.46"^^xsd:decimal ;
  geo-pos:long "33.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8299'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.88'^^xsd:double;
  dwc:latitude '43.46'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6697'^^xsd:string;
  dwc:observationDate '1992-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6698> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.46"^^xsd:decimal ;
  dwc:decimalLongitude "33.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  geo-pos:lat "43.46"^^xsd:decimal ;
  geo-pos:long "33.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8300'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.88'^^xsd:double;
  dwc:latitude '43.46'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6698'^^xsd:string;
  dwc:observationDate '1992-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6699> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.46"^^xsd:decimal ;
  dwc:decimalLongitude "33.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  geo-pos:lat "43.46"^^xsd:decimal ;
  geo-pos:long "33.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8301'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.88'^^xsd:double;
  dwc:latitude '43.46'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6699'^^xsd:string;
  dwc:observationDate '1992-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6700> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.46"^^xsd:decimal ;
  dwc:decimalLongitude "33.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  geo-pos:lat "43.46"^^xsd:decimal ;
  geo-pos:long "33.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8302'^^xsd:integer;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.88'^^xsd:double;
  dwc:latitude '43.46'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6700'^^xsd:string;
  dwc:observationDate '1992-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6701> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.46"^^xsd:decimal ;
  dwc:decimalLongitude "33.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  geo-pos:lat "43.46"^^xsd:decimal ;
  geo-pos:long "33.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8303'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.88'^^xsd:double;
  dwc:latitude '43.46'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6701'^^xsd:string;
  dwc:observationDate '1992-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6702> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.46"^^xsd:decimal ;
  dwc:decimalLongitude "33.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  geo-pos:lat "43.46"^^xsd:decimal ;
  geo-pos:long "33.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8304'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.88'^^xsd:double;
  dwc:latitude '43.46'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6702'^^xsd:string;
  dwc:observationDate '1992-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6703> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.46"^^xsd:decimal ;
  dwc:decimalLongitude "33.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  geo-pos:lat "43.46"^^xsd:decimal ;
  geo-pos:long "33.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8305'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.88'^^xsd:double;
  dwc:latitude '43.46'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6703'^^xsd:string;
  dwc:observationDate '1992-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6704> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.46"^^xsd:decimal ;
  dwc:decimalLongitude "33.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  geo-pos:lat "43.46"^^xsd:decimal ;
  geo-pos:long "33.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8306'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.88'^^xsd:double;
  dwc:latitude '43.46'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6704'^^xsd:string;
  dwc:observationDate '1992-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6705> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.46"^^xsd:decimal ;
  dwc:decimalLongitude "33.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  geo-pos:lat "43.46"^^xsd:decimal ;
  geo-pos:long "33.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8307'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.88'^^xsd:double;
  dwc:latitude '43.46'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6705'^^xsd:string;
  dwc:observationDate '1992-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6706> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.46"^^xsd:decimal ;
  dwc:decimalLongitude "33.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  geo-pos:lat "43.46"^^xsd:decimal ;
  geo-pos:long "33.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8308'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.88'^^xsd:double;
  dwc:latitude '43.46'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6706'^^xsd:string;
  dwc:observationDate '1992-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6707> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.46"^^xsd:decimal ;
  dwc:decimalLongitude "33.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  geo-pos:lat "43.46"^^xsd:decimal ;
  geo-pos:long "33.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8309'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.88'^^xsd:double;
  dwc:latitude '43.46'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6707'^^xsd:string;
  dwc:observationDate '1992-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6708> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.46"^^xsd:decimal ;
  dwc:decimalLongitude "33.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  geo-pos:lat "43.46"^^xsd:decimal ;
  geo-pos:long "33.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8310'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.88'^^xsd:double;
  dwc:latitude '43.46'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6708'^^xsd:string;
  dwc:observationDate '1992-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6709> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.46"^^xsd:decimal ;
  dwc:decimalLongitude "33.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  geo-pos:lat "43.46"^^xsd:decimal ;
  geo-pos:long "33.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8311'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.88'^^xsd:double;
  dwc:latitude '43.46'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6709'^^xsd:string;
  dwc:observationDate '1992-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6710> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.46"^^xsd:decimal ;
  dwc:decimalLongitude "33.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  geo-pos:lat "43.46"^^xsd:decimal ;
  geo-pos:long "33.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8312'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.88'^^xsd:double;
  dwc:latitude '43.46'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6710'^^xsd:string;
  dwc:observationDate '1992-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6711> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.46"^^xsd:decimal ;
  dwc:decimalLongitude "33.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  geo-pos:lat "43.46"^^xsd:decimal ;
  geo-pos:long "33.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8313'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.88'^^xsd:double;
  dwc:latitude '43.46'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6711'^^xsd:string;
  dwc:observationDate '1992-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6712> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.46"^^xsd:decimal ;
  dwc:decimalLongitude "33.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  geo-pos:lat "43.46"^^xsd:decimal ;
  geo-pos:long "33.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8314'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.88'^^xsd:double;
  dwc:latitude '43.46'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6712'^^xsd:string;
  dwc:observationDate '1992-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6713> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.46"^^xsd:decimal ;
  dwc:decimalLongitude "33.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  geo-pos:lat "43.46"^^xsd:decimal ;
  geo-pos:long "33.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8315'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.88'^^xsd:double;
  dwc:latitude '43.46'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6713'^^xsd:string;
  dwc:observationDate '1992-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6714> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.46"^^xsd:decimal ;
  dwc:decimalLongitude "33.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  geo-pos:lat "43.46"^^xsd:decimal ;
  geo-pos:long "33.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8316'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.88'^^xsd:double;
  dwc:latitude '43.46'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6714'^^xsd:string;
  dwc:observationDate '1992-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6715> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.46"^^xsd:decimal ;
  dwc:decimalLongitude "33.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  geo-pos:lat "43.46"^^xsd:decimal ;
  geo-pos:long "33.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8317'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.88'^^xsd:double;
  dwc:latitude '43.46'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6715'^^xsd:string;
  dwc:observationDate '1992-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6716> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.46"^^xsd:decimal ;
  dwc:decimalLongitude "33.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  geo-pos:lat "43.46"^^xsd:decimal ;
  geo-pos:long "33.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8318'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.88'^^xsd:double;
  dwc:latitude '43.46'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6716'^^xsd:string;
  dwc:observationDate '1992-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6717> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.46"^^xsd:decimal ;
  dwc:decimalLongitude "33.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  geo-pos:lat "43.46"^^xsd:decimal ;
  geo-pos:long "33.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8319'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.88'^^xsd:double;
  dwc:latitude '43.46'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6717'^^xsd:string;
  dwc:observationDate '1992-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6718> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.46"^^xsd:decimal ;
  dwc:decimalLongitude "33.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  geo-pos:lat "43.46"^^xsd:decimal ;
  geo-pos:long "33.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8320'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.88'^^xsd:double;
  dwc:latitude '43.46'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6718'^^xsd:string;
  dwc:observationDate '1992-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6719> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.46"^^xsd:decimal ;
  dwc:decimalLongitude "33.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  geo-pos:lat "43.46"^^xsd:decimal ;
  geo-pos:long "33.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8321'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.88'^^xsd:double;
  dwc:latitude '43.46'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6719'^^xsd:string;
  dwc:observationDate '1992-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6720> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.46"^^xsd:decimal ;
  dwc:decimalLongitude "33.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  geo-pos:lat "43.46"^^xsd:decimal ;
  geo-pos:long "33.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8322'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.88'^^xsd:double;
  dwc:latitude '43.46'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6720'^^xsd:string;
  dwc:observationDate '1992-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6721> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.46"^^xsd:decimal ;
  dwc:decimalLongitude "33.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  geo-pos:lat "43.46"^^xsd:decimal ;
  geo-pos:long "33.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8323'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.88'^^xsd:double;
  dwc:latitude '43.46'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6721'^^xsd:string;
  dwc:observationDate '1992-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6722> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.46"^^xsd:decimal ;
  dwc:decimalLongitude "33.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  geo-pos:lat "43.46"^^xsd:decimal ;
  geo-pos:long "33.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8324'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.88'^^xsd:double;
  dwc:latitude '43.46'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6722'^^xsd:string;
  dwc:observationDate '1992-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6723> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.46"^^xsd:decimal ;
  dwc:decimalLongitude "33.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  geo-pos:lat "43.46"^^xsd:decimal ;
  geo-pos:long "33.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8325'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.88'^^xsd:double;
  dwc:latitude '43.46'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6723'^^xsd:string;
  dwc:observationDate '1992-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6724> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.46"^^xsd:decimal ;
  dwc:decimalLongitude "33.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.46 33.88)"^^geo:wktLiteral ;
  geo-pos:lat "43.46"^^xsd:decimal ;
  geo-pos:long "33.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8326'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.88'^^xsd:double;
  dwc:latitude '43.46'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6724'^^xsd:string;
  dwc:observationDate '1992-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3963> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4989'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3963'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3964> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4990'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3964'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3965> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4991'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3965'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3966> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4992'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3966'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3967> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4993'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3967'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3926> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4952'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3926'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3927> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4953'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3927'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3928> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4954'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3928'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3929> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4955'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3929'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3930> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4956'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3930'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3931> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4957'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3931'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3932> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4958'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3932'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3933> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4959'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3933'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3934> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4960'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3934'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3935> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4961'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3935'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3936> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4962'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3936'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3937> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4963'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3937'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3955> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4981'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3955'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3956> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4982'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3956'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3957> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4983'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3957'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3958> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4984'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3958'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3959> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4985'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3959'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3960> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4986'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3960'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3961> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4987'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3961'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3962> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4988'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3962'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3938> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4964'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3938'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3939> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4965'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3939'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3940> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4966'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3940'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3941> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4967'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3941'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3942> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4968'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3942'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3943> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4969'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3943'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3944> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4970'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3944'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3945> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4971'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3945'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3946> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4972'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3946'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3950> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4976'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3950'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3951> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4977'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3951'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3952> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4978'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3952'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3953> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4979'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3953'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3954> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4980'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3954'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3924> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4950'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3924'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3925> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4951'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3925'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3947> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4973'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3947'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3948> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4974'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3948'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3949> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4975'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3949'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3896> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4922'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3896'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3897> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4923'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3897'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3898> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4924'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3898'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3899> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4925'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3899'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3900> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4926'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3900'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3901> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4927'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3901'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3902> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4928'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3902'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3903> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4929'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3903'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3904> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4930'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3904'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3905> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4931'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3905'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3906> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4932'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3906'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3907> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4933'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3907'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3908> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4934'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3908'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3909> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4935'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3909'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3910> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4936'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3910'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3911> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4937'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3911'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3912> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4938'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3912'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3913> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4939'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3913'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3914> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4940'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3914'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3915> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4941'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3915'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3916> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4942'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3916'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3917> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4943'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3917'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3918> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4944'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3918'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3919> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4945'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3919'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3921> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4947'^^xsd:integer;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3921'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3922> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4948'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3922'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3923> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4949'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3923'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3920> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.45"^^xsd:decimal ;
  dwc:decimalLongitude "33.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.45 33.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.45"^^xsd:decimal ;
  geo-pos:long "33.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4946'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.93'^^xsd:double;
  dwc:latitude '43.45'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3920'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3866> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.43"^^xsd:decimal ;
  dwc:decimalLongitude "33.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.43"^^xsd:decimal ;
  geo-pos:long "33.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4892'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.94'^^xsd:double;
  dwc:latitude '43.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3866'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3868> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.43"^^xsd:decimal ;
  dwc:decimalLongitude "33.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.43"^^xsd:decimal ;
  geo-pos:long "33.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4894'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.94'^^xsd:double;
  dwc:latitude '43.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3868'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3869> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.43"^^xsd:decimal ;
  dwc:decimalLongitude "33.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.43"^^xsd:decimal ;
  geo-pos:long "33.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4895'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.94'^^xsd:double;
  dwc:latitude '43.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3869'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3870> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.43"^^xsd:decimal ;
  dwc:decimalLongitude "33.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.43"^^xsd:decimal ;
  geo-pos:long "33.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4896'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.94'^^xsd:double;
  dwc:latitude '43.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3870'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3871> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.43"^^xsd:decimal ;
  dwc:decimalLongitude "33.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.43"^^xsd:decimal ;
  geo-pos:long "33.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4897'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.94'^^xsd:double;
  dwc:latitude '43.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3871'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3872> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.43"^^xsd:decimal ;
  dwc:decimalLongitude "33.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.43"^^xsd:decimal ;
  geo-pos:long "33.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4898'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.94'^^xsd:double;
  dwc:latitude '43.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3872'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3873> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.43"^^xsd:decimal ;
  dwc:decimalLongitude "33.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.43"^^xsd:decimal ;
  geo-pos:long "33.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4899'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.94'^^xsd:double;
  dwc:latitude '43.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3873'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3874> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.43"^^xsd:decimal ;
  dwc:decimalLongitude "33.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.43"^^xsd:decimal ;
  geo-pos:long "33.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4900'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.94'^^xsd:double;
  dwc:latitude '43.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3874'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3875> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.43"^^xsd:decimal ;
  dwc:decimalLongitude "33.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.43"^^xsd:decimal ;
  geo-pos:long "33.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4901'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.94'^^xsd:double;
  dwc:latitude '43.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3875'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3876> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.43"^^xsd:decimal ;
  dwc:decimalLongitude "33.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.43"^^xsd:decimal ;
  geo-pos:long "33.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4902'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.94'^^xsd:double;
  dwc:latitude '43.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3876'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3877> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.43"^^xsd:decimal ;
  dwc:decimalLongitude "33.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.43"^^xsd:decimal ;
  geo-pos:long "33.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4903'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.94'^^xsd:double;
  dwc:latitude '43.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3877'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3878> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.43"^^xsd:decimal ;
  dwc:decimalLongitude "33.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.43"^^xsd:decimal ;
  geo-pos:long "33.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4904'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.94'^^xsd:double;
  dwc:latitude '43.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3878'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3879> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.43"^^xsd:decimal ;
  dwc:decimalLongitude "33.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.43"^^xsd:decimal ;
  geo-pos:long "33.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4905'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.94'^^xsd:double;
  dwc:latitude '43.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3879'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3880> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.43"^^xsd:decimal ;
  dwc:decimalLongitude "33.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.43"^^xsd:decimal ;
  geo-pos:long "33.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4906'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.94'^^xsd:double;
  dwc:latitude '43.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3880'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3881> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.43"^^xsd:decimal ;
  dwc:decimalLongitude "33.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.43"^^xsd:decimal ;
  geo-pos:long "33.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4907'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.94'^^xsd:double;
  dwc:latitude '43.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3881'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3882> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.43"^^xsd:decimal ;
  dwc:decimalLongitude "33.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.43"^^xsd:decimal ;
  geo-pos:long "33.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4908'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.94'^^xsd:double;
  dwc:latitude '43.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3882'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3883> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.43"^^xsd:decimal ;
  dwc:decimalLongitude "33.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.43"^^xsd:decimal ;
  geo-pos:long "33.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4909'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.94'^^xsd:double;
  dwc:latitude '43.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3883'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3884> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.43"^^xsd:decimal ;
  dwc:decimalLongitude "33.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.43"^^xsd:decimal ;
  geo-pos:long "33.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4910'^^xsd:integer;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.94'^^xsd:double;
  dwc:latitude '43.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3884'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3885> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.43"^^xsd:decimal ;
  dwc:decimalLongitude "33.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.43"^^xsd:decimal ;
  geo-pos:long "33.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4911'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.94'^^xsd:double;
  dwc:latitude '43.43'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3885'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3886> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.43"^^xsd:decimal ;
  dwc:decimalLongitude "33.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.43"^^xsd:decimal ;
  geo-pos:long "33.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4912'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.94'^^xsd:double;
  dwc:latitude '43.43'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3886'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3887> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.43"^^xsd:decimal ;
  dwc:decimalLongitude "33.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.43"^^xsd:decimal ;
  geo-pos:long "33.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4913'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.94'^^xsd:double;
  dwc:latitude '43.43'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3887'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3888> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.43"^^xsd:decimal ;
  dwc:decimalLongitude "33.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.43"^^xsd:decimal ;
  geo-pos:long "33.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4914'^^xsd:integer;
  dwc:scientificName 'Pedinella tricostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.94'^^xsd:double;
  dwc:latitude '43.43'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '573931'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3888'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '573933'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3889> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.43"^^xsd:decimal ;
  dwc:decimalLongitude "33.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.43"^^xsd:decimal ;
  geo-pos:long "33.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4915'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.94'^^xsd:double;
  dwc:latitude '43.43'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3889'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3890> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.43"^^xsd:decimal ;
  dwc:decimalLongitude "33.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.43"^^xsd:decimal ;
  geo-pos:long "33.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4916'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.94'^^xsd:double;
  dwc:latitude '43.43'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3890'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3891> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.43"^^xsd:decimal ;
  dwc:decimalLongitude "33.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.43"^^xsd:decimal ;
  geo-pos:long "33.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4917'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.94'^^xsd:double;
  dwc:latitude '43.43'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3891'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3892> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.43"^^xsd:decimal ;
  dwc:decimalLongitude "33.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.43"^^xsd:decimal ;
  geo-pos:long "33.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4918'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.94'^^xsd:double;
  dwc:latitude '43.43'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3892'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3893> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.43"^^xsd:decimal ;
  dwc:decimalLongitude "33.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.43"^^xsd:decimal ;
  geo-pos:long "33.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4919'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.94'^^xsd:double;
  dwc:latitude '43.43'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3893'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3894> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.43"^^xsd:decimal ;
  dwc:decimalLongitude "33.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.43"^^xsd:decimal ;
  geo-pos:long "33.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4920'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.94'^^xsd:double;
  dwc:latitude '43.43'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3894'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3895> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.43"^^xsd:decimal ;
  dwc:decimalLongitude "33.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.43"^^xsd:decimal ;
  geo-pos:long "33.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4921'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.94'^^xsd:double;
  dwc:latitude '43.43'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3895'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3867> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.43"^^xsd:decimal ;
  dwc:decimalLongitude "33.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.43 33.94)"^^geo:wktLiteral ;
  geo-pos:lat "43.43"^^xsd:decimal ;
  geo-pos:long "33.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4893'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.94'^^xsd:double;
  dwc:latitude '43.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3867'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3968> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.23 33.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.23"^^xsd:decimal ;
  dwc:decimalLongitude "33.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.23 33.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.23"^^xsd:decimal ;
  geo-pos:long "33.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4994'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.98'^^xsd:double;
  dwc:latitude '43.23'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3968'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3969> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.23 33.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.23"^^xsd:decimal ;
  dwc:decimalLongitude "33.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.23 33.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.23"^^xsd:decimal ;
  geo-pos:long "33.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4995'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.98'^^xsd:double;
  dwc:latitude '43.23'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3969'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3970> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.23 33.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.23"^^xsd:decimal ;
  dwc:decimalLongitude "33.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.23 33.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.23"^^xsd:decimal ;
  geo-pos:long "33.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4996'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.98'^^xsd:double;
  dwc:latitude '43.23'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3970'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3976> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.23 33.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.23"^^xsd:decimal ;
  dwc:decimalLongitude "33.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.23 33.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.23"^^xsd:decimal ;
  geo-pos:long "33.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5002'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.98'^^xsd:double;
  dwc:latitude '43.23'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3976'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3977> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.23 33.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.23"^^xsd:decimal ;
  dwc:decimalLongitude "33.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.23 33.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.23"^^xsd:decimal ;
  geo-pos:long "33.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5003'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.98'^^xsd:double;
  dwc:latitude '43.23'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3977'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3978> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.23 33.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.23"^^xsd:decimal ;
  dwc:decimalLongitude "33.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.23 33.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.23"^^xsd:decimal ;
  geo-pos:long "33.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5004'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.98'^^xsd:double;
  dwc:latitude '43.23'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3978'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3979> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.23 33.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.23"^^xsd:decimal ;
  dwc:decimalLongitude "33.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.23 33.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.23"^^xsd:decimal ;
  geo-pos:long "33.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5005'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.98'^^xsd:double;
  dwc:latitude '43.23'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3979'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3983> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.23 33.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.23"^^xsd:decimal ;
  dwc:decimalLongitude "33.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.23 33.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.23"^^xsd:decimal ;
  geo-pos:long "33.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5009'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.98'^^xsd:double;
  dwc:latitude '43.23'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3983'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3984> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.23 33.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.23"^^xsd:decimal ;
  dwc:decimalLongitude "33.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.23 33.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.23"^^xsd:decimal ;
  geo-pos:long "33.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5010'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.98'^^xsd:double;
  dwc:latitude '43.23'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3984'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3971> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.23 33.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.23"^^xsd:decimal ;
  dwc:decimalLongitude "33.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.23 33.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.23"^^xsd:decimal ;
  geo-pos:long "33.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4997'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.98'^^xsd:double;
  dwc:latitude '43.23'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3971'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3972> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.23 33.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.23"^^xsd:decimal ;
  dwc:decimalLongitude "33.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.23 33.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.23"^^xsd:decimal ;
  geo-pos:long "33.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4998'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.98'^^xsd:double;
  dwc:latitude '43.23'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3972'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3973> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.23 33.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.23"^^xsd:decimal ;
  dwc:decimalLongitude "33.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.23 33.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.23"^^xsd:decimal ;
  geo-pos:long "33.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4999'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.98'^^xsd:double;
  dwc:latitude '43.23'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3973'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3974> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.23 33.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.23"^^xsd:decimal ;
  dwc:decimalLongitude "33.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.23 33.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.23"^^xsd:decimal ;
  geo-pos:long "33.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5000'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.98'^^xsd:double;
  dwc:latitude '43.23'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3974'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3975> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.23 33.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.23"^^xsd:decimal ;
  dwc:decimalLongitude "33.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.23 33.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.23"^^xsd:decimal ;
  geo-pos:long "33.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5001'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.98'^^xsd:double;
  dwc:latitude '43.23'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3975'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3980> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.23 33.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.23"^^xsd:decimal ;
  dwc:decimalLongitude "33.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.23 33.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.23"^^xsd:decimal ;
  geo-pos:long "33.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5006'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.98'^^xsd:double;
  dwc:latitude '43.23'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3980'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3982> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.23 33.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.23"^^xsd:decimal ;
  dwc:decimalLongitude "33.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.23 33.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.23"^^xsd:decimal ;
  geo-pos:long "33.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5008'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.98'^^xsd:double;
  dwc:latitude '43.23'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3982'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3981> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.23 33.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.23"^^xsd:decimal ;
  dwc:decimalLongitude "33.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.23 33.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.23"^^xsd:decimal ;
  geo-pos:long "33.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5007'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.98'^^xsd:double;
  dwc:latitude '43.23'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3981'^^xsd:string;
  dwc:observationDate '1992-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2236> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.98)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2686'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.98'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2236'^^xsd:string;
  dwc:observationDate '1993-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2226> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.98)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2676'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.98'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2226'^^xsd:string;
  dwc:observationDate '1993-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2227> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.98)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2677'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.98'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2227'^^xsd:string;
  dwc:observationDate '1993-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2231> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.98)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2681'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.98'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2231'^^xsd:string;
  dwc:observationDate '1993-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2234> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.98)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2684'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.98'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2234'^^xsd:string;
  dwc:observationDate '1993-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2235> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.98)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2685'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.98'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2235'^^xsd:string;
  dwc:observationDate '1993-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2237> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.98)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2687'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.98'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2237'^^xsd:string;
  dwc:observationDate '1993-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2238> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.98)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2688'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.98'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2238'^^xsd:string;
  dwc:observationDate '1993-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2228> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.98)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2678'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.98'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2228'^^xsd:string;
  dwc:observationDate '1993-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2229> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.98)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2679'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.98'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2229'^^xsd:string;
  dwc:observationDate '1993-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2230> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.98)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2680'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.98'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2230'^^xsd:string;
  dwc:observationDate '1993-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2232> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.98)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2682'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.98'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2232'^^xsd:string;
  dwc:observationDate '1993-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2233> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "33.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 33.98)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "33.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2683'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '33.98'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2233'^^xsd:string;
  dwc:observationDate '1993-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10899> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12519'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10899'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10900> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12520'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10900'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10901> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12521'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10901'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10902> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12522'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10902'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10903> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12523'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10903'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10904> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12524'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10904'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10905> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12525'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10905'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10906> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12526'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10906'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10907> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12527'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10907'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10908> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12528'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10908'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10909> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12529'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10909'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10910> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12530'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10910'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10911> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12531'^^xsd:integer;
  dwc:scientificName 'Amphidinium extensum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10911'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '1368615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10912> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12532'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10912'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10913> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12533'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10913'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10927> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12547'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10927'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10928> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12548'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10928'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10929> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12549'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10929'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10930> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12550'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10930'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10931> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12551'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10931'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10933> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12553'^^xsd:integer;
  dwc:scientificName 'Haplozoon lineare'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '590449'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10933'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '590449'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10934> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12554'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10934'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10935> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12555'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10935'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10936> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12556'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10936'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10914> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12534'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10914'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10915> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12535'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10915'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10916> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12536'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10916'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10917> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12537'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10917'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10918> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12538'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10918'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10919> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12539'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10919'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10920> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12540'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10920'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10921> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12541'^^xsd:integer;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10921'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10922> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12542'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10922'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10923> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12543'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10923'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10924> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12544'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10924'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10925> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12545'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10925'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10926> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12546'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10926'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_665> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '293'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_665'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_666> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '294'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_666'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_667> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '295'^^xsd:integer;
  dwc:scientificName 'Eutreptiella gymnastica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110652'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_667'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '110652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_668> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '296'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_668'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_669> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '297'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_669'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_670> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '298'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_670'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_671> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '299'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_671'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_672> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '300'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_672'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_673> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '301'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_673'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_674> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '302'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_674'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_675> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '303'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_675'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_676> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '304'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_676'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_677> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '305'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_677'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_678> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '306'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_678'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_679> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '307'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_679'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_680> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '308'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_680'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_681> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '309'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_681'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_682> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '310'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_682'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_683> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '311'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_683'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_684> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '312'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_684'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_685> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '313'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_685'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_686> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '314'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_686'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_687> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '315'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_687'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_688> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '316'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_688'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_689> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '317'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_689'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_690> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '318'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_690'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_691> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '319'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_691'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_692> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '320'^^xsd:integer;
  dwc:scientificName 'Chaetoceros danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149120'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_692'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '149120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_693> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '321'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_693'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_694> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '322'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_694'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_695> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '323'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_695'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_696> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '324'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_696'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_697> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '325'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_697'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_698> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '326'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_698'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_699> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '327'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_699'^^xsd:string;
  dwc:observationDate '1993-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2308> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2758'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2308'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2325> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2775'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2325'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2322> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2772'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2322'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2323> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2773'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2323'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2324> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2774'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2324'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2301> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2751'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2301'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2302> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2752'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2302'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2303> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2753'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2303'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2304> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2754'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2304'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2305> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2755'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2305'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2306> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2756'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2306'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2307> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2757'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2307'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2297> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2747'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2297'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2280> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2730'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2280'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2281> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2731'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2281'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2282> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2732'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2282'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2283> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2733'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2283'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2284> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2734'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2284'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2285> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2735'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2285'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2286> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2736'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2286'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2287> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2737'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2287'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2288> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2738'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2288'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2289> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2739'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2289'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2293> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2743'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2293'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2294> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2744'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2294'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2295> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2745'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2295'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2296> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2746'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2296'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2298> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2748'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2298'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2299> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2749'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2299'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2300> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2750'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2300'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2290> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2740'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2290'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2291> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2741'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2291'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2292> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2742'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2292'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2312> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2762'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2312'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2313> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2763'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2313'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2314> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2764'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2314'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2315> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2765'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2315'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2316> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2766'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2316'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2317> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2767'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2317'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2318> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2768'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2318'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2319> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2769'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2319'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2320> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2770'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2320'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2321> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2771'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2321'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2309> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2759'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2309'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2310> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2760'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2310'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2311> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2761'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2311'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10932> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12552'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10932'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5277> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6627'^^xsd:integer;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5277'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5278> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6628'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5278'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5281> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6631'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5281'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5282> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6632'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5282'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5283> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6633'^^xsd:integer;
  dwc:scientificName 'Cyanophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146542'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5283'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '146542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5284> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6634'^^xsd:integer;
  dwc:scientificName 'Dinophysis ovum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '581938'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5284'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5285> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6635'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5285'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_737> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '365'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_737'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_748> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '376'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_748'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5280> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6630'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5280'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5279> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6629'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5279'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5286> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6636'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5286'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5287> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6637'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5287'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5288> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6638'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5288'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5289> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6639'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5289'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5290> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6640'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5290'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5291> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6641'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5291'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5292> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6642'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5292'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5293> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6643'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5293'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5294> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6644'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5294'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5295> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6645'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5295'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5296> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6646'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5296'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5297> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6647'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5297'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5298> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6648'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5298'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5299> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6649'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5299'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5300> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6650'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5300'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5301> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6651'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5301'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5302> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6652'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5302'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5303> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6653'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5303'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5304> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6654'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5304'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5305> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6655'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5305'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5306> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6656'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5306'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5307> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6657'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5307'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5308> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6658'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5308'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5309> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6659'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5309'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5310> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6660'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5310'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5311> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6661'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5311'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5312> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6662'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5312'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5313> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6663'^^xsd:integer;
  dwc:scientificName 'Licmophora paradoxa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149344'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5313'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '149344'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5314> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6664'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5314'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5315> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6665'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5315'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5316> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6666'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5316'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5317> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6667'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5317'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5318> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6668'^^xsd:integer;
  dwc:scientificName 'Cyanophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146542'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5318'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '146542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5319> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6669'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5319'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5320> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6670'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5320'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5321> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6671'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5321'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5322> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6672'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5322'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5323> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6673'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5323'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5324> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6674'^^xsd:integer;
  dwc:scientificName 'Histioneis sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109463'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5324'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5325> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "19"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6675'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '19'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5325'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5326> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6676'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5326'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5327> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6677'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5327'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5328> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6678'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5328'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10759> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12379'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149271'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10759'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '149271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10760> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12380'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10760'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10761> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12381'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10761'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10762> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12382'^^xsd:integer;
  dwc:scientificName 'Calyptrosphaera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '235828'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10762'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '235828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10763> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12383'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10763'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10764> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12384'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10764'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10765> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12385'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10765'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10766> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12386'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10766'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10767> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12387'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10767'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10768> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12388'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10768'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10769> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12389'^^xsd:integer;
  dwc:scientificName 'Dinophysis acuminata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109603'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10769'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '109603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10770> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12390'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10770'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10771> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12391'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10771'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10772> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12392'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10772'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10773> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12393'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10773'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10774> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12394'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10774'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10775> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12395'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10775'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10776> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12396'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10776'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10777> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12397'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10777'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10778> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12398'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10778'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10779> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12399'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10779'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10780> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12400'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10780'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10781> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12401'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10781'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10782> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12402'^^xsd:integer;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10782'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10783> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12403'^^xsd:integer;
  dwc:scientificName 'Peridinium granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '162785'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10783'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '110223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10784> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12404'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10784'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10785> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12405'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10785'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10786> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12406'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10786'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10787> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12407'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10787'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10788> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12408'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10788'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10789> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12409'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10789'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10790> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12410'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10790'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10791> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12411'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10791'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10792> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12412'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10792'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10793> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12413'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10793'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10794> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12414'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10794'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10795> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12415'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10795'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10796> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12416'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10796'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10797> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12417'^^xsd:integer;
  dwc:scientificName 'Dinophysis caudata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109612'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10797'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '109612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10798> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12418'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10798'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10799> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12419'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10799'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10800> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12420'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10800'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10801> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12421'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10801'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10802> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12422'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10802'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10803> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12423'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10803'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10804> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12424'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10804'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10805> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12425'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10805'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10806> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12426'^^xsd:integer;
  dwc:scientificName 'Peridinium depressum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '160611'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10806'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '110217'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10807> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12427'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10807'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10808> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12428'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10808'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10809> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12429'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10809'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10810> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12430'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10810'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10811> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12431'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10811'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10812> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12432'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10812'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10813> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12433'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10813'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10814> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12434'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10814'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10815> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12435'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10815'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10816> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12436'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10816'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10817> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12437'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10817'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10818> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12438'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10818'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10819> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12439'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10819'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10820> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12440'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10820'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10821> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12441'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10821'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10822> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12442'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10822'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10823> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12443'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10823'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10824> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12444'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10824'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10825> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12445'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10825'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10826> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12446'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10826'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10827> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12447'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10827'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10828> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12448'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10828'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10829> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12449'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10829'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10830> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12450'^^xsd:integer;
  dwc:scientificName 'Oxyrrhis marina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109902'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10830'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '109902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10831> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12451'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10831'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10832> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12452'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10832'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10833> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12453'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10833'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10834> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12454'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10834'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10835> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12455'^^xsd:integer;
  dwc:scientificName 'Polykrikos schwarzii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109901'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10835'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '109901'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10836> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12456'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10836'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10837> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12457'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10837'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10838> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12458'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '148917'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10838'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '148917'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10839> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12459'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10839'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10840> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12460'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10840'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10841> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12461'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10841'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10842> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12462'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10842'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10843> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12463'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10843'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10844> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12464'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10844'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10845> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12465'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10845'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10846> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12466'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10846'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10847> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12467'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10847'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10848> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12468'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10848'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10849> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12469'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10849'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10850> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12470'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10850'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10851> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12471'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10851'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10852> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12472'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polygramma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '110035'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10852'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '110035'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10853> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12473'^^xsd:integer;
  dwc:scientificName 'Gymnodinium pseudonoctiluca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109823'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10853'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '109923'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10854> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12474'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10854'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10855> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12475'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10855'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10856> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12476'^^xsd:integer;
  dwc:scientificName 'Gyrodinium lachryma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109859'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10856'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '109859'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10857> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12477'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10857'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10858> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12478'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10858'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10859> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12479'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10859'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10860> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12480'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10860'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10861> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12481'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10861'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10862> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12482'^^xsd:integer;
  dwc:scientificName 'Phalacroma cuneolus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '232458'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10862'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '232458'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10863> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12483'^^xsd:integer;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10863'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10864> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12484'^^xsd:integer;
  dwc:scientificName 'Polykrikos schwarzii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109901'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10864'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '109901'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10865> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12485'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10865'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10866> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12486'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10866'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10867> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12487'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10867'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10868> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12488'^^xsd:integer;
  dwc:scientificName 'Poropila dubia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '574226'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10868'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10869> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12489'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10869'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10870> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12490'^^xsd:integer;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10870'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10871> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12491'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10871'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10872> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12492'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10872'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10873> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12493'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10873'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10874> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12494'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10874'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10875> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12495'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10875'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10876> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12496'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10876'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10877> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12497'^^xsd:integer;
  dwc:scientificName 'Cochlodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '109474'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10877'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '109474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10878> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12498'^^xsd:integer;
  dwc:scientificName 'Dinophysis acuminata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '109603'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10878'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '109603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10879> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12499'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10879'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10880> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12500'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10880'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10881> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12501'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10881'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10882> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12502'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10882'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10883> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12503'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10883'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10884> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12504'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10884'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10885> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12505'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10885'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10886> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12506'^^xsd:integer;
  dwc:scientificName 'Peridinium granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '162785'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10886'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '110223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10887> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12507'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10887'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10888> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12508'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10888'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10889> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12509'^^xsd:integer;
  dwc:scientificName 'Pronoctiluca acuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '233180'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10889'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '233180'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10890> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12510'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10890'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10891> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12511'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10891'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10892> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12512'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10892'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10893> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12513'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10893'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10894> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12514'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10894'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10895> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12515'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10895'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13782> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6679'^^xsd:integer;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13782'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13958> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6680'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13958'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13959> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6681'^^xsd:integer;
  dwc:scientificName 'Exuviaella baltica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '576723'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13959'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '110293'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13960> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6682'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13960'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13961> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6683'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13961'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13962> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6684'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13962'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13963> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6685'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13963'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13964> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6686'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13964'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13965> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6687'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13965'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13966> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6688'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13966'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13967> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6689'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13967'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13968> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6690'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13968'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13969> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6691'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13969'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13970> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6692'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13970'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13971> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6693'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13971'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13972> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6694'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13972'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13973> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6695'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13973'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13974> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6696'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13974'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10896> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12516'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10896'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10897> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12517'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10897'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10898> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12518'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10898'^^xsd:string;
  dwc:observationDate '1992-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_700> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '328'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_700'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_701> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '329'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_701'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_702> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '330'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_702'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_703> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '331'^^xsd:integer;
  dwc:scientificName 'Ebria sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '118014'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_703'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '118014'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_704> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '332'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_704'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_705> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '333'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_705'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_706> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '334'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polygramma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110035'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_706'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '110035'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_707> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '335'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_707'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_708> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '336'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_708'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_709> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '337'^^xsd:integer;
  dwc:scientificName 'Chaetoceros socialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149123'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_709'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '149123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_724> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '352'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_724'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8323> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9943'^^xsd:integer;
  dwc:scientificName 'Gymnodinium lacustre'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '249715'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8323'^^xsd:string;
  dwc:observationDate '1992-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '249715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8324> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9944'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8324'^^xsd:string;
  dwc:observationDate '1992-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8325> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9945'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8325'^^xsd:string;
  dwc:observationDate '1992-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8326> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9946'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8326'^^xsd:string;
  dwc:observationDate '1992-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8327> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9947'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8327'^^xsd:string;
  dwc:observationDate '1992-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8328> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9948'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8328'^^xsd:string;
  dwc:observationDate '1992-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8314> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9934'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8314'^^xsd:string;
  dwc:observationDate '1992-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8315> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9935'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8315'^^xsd:string;
  dwc:observationDate '1992-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8316> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9936'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8316'^^xsd:string;
  dwc:observationDate '1992-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8317> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9937'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8317'^^xsd:string;
  dwc:observationDate '1992-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8318> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9938'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8318'^^xsd:string;
  dwc:observationDate '1992-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8319> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9939'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8319'^^xsd:string;
  dwc:observationDate '1992-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8320> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9940'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8320'^^xsd:string;
  dwc:observationDate '1992-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8321> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9941'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8321'^^xsd:string;
  dwc:observationDate '1992-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8322> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9942'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8322'^^xsd:string;
  dwc:observationDate '1992-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_717> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '345'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_717'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_718> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '346'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_718'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_719> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '347'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_719'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_720> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '348'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_720'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_721> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '349'^^xsd:integer;
  dwc:scientificName 'Amphidinium longum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109741'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_721'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '109741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_722> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '350'^^xsd:integer;
  dwc:scientificName 'Chaetoceros danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '149120'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_722'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '149120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_723> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '351'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_723'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_710> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '338'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_710'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_711> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '339'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_711'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_712> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '340'^^xsd:integer;
  dwc:scientificName 'Euglenophyta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '19538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_712'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '146221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_713> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '341'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_713'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_714> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '342'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_714'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_715> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '343'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_715'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_716> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '344'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_716'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_754> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '382'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_754'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2279> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2729'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2279'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2253> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2703'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2253'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13470> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6697'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13470'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13471> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6698'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13471'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13472> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6699'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13472'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13473> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6700'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13473'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13474> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6701'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13474'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13475> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6702'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13475'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13476> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6703'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13476'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13477> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6704'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13477'^^xsd:string;
  dwc:observationDate '1992-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_740> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '368'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_740'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_741> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '369'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_741'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_742> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '370'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_742'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_743> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '371'^^xsd:integer;
  dwc:scientificName 'Dinophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '21005'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_743'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '19542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_744> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '372'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_744'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_745> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '373'^^xsd:integer;
  dwc:scientificName 'Chaetoceros danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '149120'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_745'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '149120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_746> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '374'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_746'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_747> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '375'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_747'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_749> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '377'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_749'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_750> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '378'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_750'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_751> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '379'^^xsd:integer;
  dwc:scientificName 'Chaetoceros danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149120'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_751'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '149120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_752> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '380'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_752'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_753> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '381'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_753'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_726> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '354'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_726'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_727> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '355'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_727'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_728> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '356'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_728'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_729> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '357'^^xsd:integer;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_729'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_730> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '358'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_730'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_731> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '359'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_731'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_732> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '360'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_732'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_733> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '361'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_733'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_734> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '362'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_734'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_735> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '363'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_735'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_736> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '364'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_736'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_738> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '366'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_738'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_739> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '367'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_739'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_725> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '353'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_725'^^xsd:string;
  dwc:observationDate '1993-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2274> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2724'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2274'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2275> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2725'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2275'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2276> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2726'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2276'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2277> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2727'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2277'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2278> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2728'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2278'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2270> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2720'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2270'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2271> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2721'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2271'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2272> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2722'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2272'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2273> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2723'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2273'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2265> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2715'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2265'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2266> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2716'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2266'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2267> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2717'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2267'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2268> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2718'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2268'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2269> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2719'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2269'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2239> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2689'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2239'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2240> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2690'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2240'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2260> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2710'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2260'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2261> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2711'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2261'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2262> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2712'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2262'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2263> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2713'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2263'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2264> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2714'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2264'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2250> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2700'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2250'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2251> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2701'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2251'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2252> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2702'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2252'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2254> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2704'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2254'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2255> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2705'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2255'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2256> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2706'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2256'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2257> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2707'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2257'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2258> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2708'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2258'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2259> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2709'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2259'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2241> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2691'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2241'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2242> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2692'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2242'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2243> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2693'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2243'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2244> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2694'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2244'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2245> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2695'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2245'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2246> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2696'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2246'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2247> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2697'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2247'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2248> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2698'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2248'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2249> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 34)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2699'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2249'^^xsd:string;
  dwc:observationDate '1993-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5152> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6502'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5152'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5153> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6503'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5153'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5154> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6504'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5154'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5155> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6505'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5155'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5156> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6506'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5156'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5157> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6507'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5157'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5158> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6508'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5158'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5159> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6509'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5159'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5160> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6510'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5160'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5161> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6511'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5161'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5162> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6512'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5162'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5163> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6513'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5163'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_801> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '430'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_801'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5139> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6489'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5139'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5140> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6490'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5140'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5141> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6491'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5141'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5142> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6492'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5142'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5143> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6493'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5143'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5144> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6494'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5144'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5145> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6495'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5145'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5146> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6496'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5146'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5147> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6497'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5147'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5148> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6498'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5148'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5149> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6499'^^xsd:integer;
  dwc:scientificName 'Dinophysis fortii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109624'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5149'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '109624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5150> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6500'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5150'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5151> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6501'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5151'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10731> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12351'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10731'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10732> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12352'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10732'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10733> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12353'^^xsd:integer;
  dwc:scientificName 'Meringosphaera mediterranea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '248129'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10733'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '248129'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10734> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12354'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10734'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10735> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12355'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10735'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10736> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12356'^^xsd:integer;
  dwc:scientificName 'Polykrikos schwarzii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109901'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10736'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '109901'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10737> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12357'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10737'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10738> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12358'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10738'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10739> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12359'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10739'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10740> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12360'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10740'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10741> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12361'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10741'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10742> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12362'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10742'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10743> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12363'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10743'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10744> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12364'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10744'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10745> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12365'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10745'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10746> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12366'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10746'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10747> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12367'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10747'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10748> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12368'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10748'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10749> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12369'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10749'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10750> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12370'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10750'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10751> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12371'^^xsd:integer;
  dwc:scientificName 'Dinophysis acuminata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109603'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10751'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '109603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10752> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12372'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10752'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10753> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12373'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10753'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10754> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12374'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10754'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10755> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12375'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10755'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10756> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12376'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10756'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10757> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12377'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10757'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10758> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12378'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10758'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3695> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4721'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3695'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3696> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4722'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3696'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3697> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4723'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3697'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3698> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4724'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3698'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3699> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4725'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3699'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3700> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4726'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3700'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3701> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4727'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3701'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3702> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4728'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3702'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3703> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4729'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3703'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3704> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4730'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3704'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3705> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4731'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3705'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3706> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4732'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3706'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3707> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4733'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3707'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3708> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4734'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3708'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3709> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4735'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3709'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3710> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4736'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3710'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3711> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4737'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3711'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3712> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4738'^^xsd:integer;
  dwc:scientificName 'Pronoctiluca pelagica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109903'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3712'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '109903'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3713> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4739'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3713'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3714> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4740'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3714'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3715> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4741'^^xsd:integer;
  dwc:scientificName 'Cyclotella caspia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163196'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3715'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '163196'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3716> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4742'^^xsd:integer;
  dwc:scientificName 'Chrysochromulina pontica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '575748'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3716'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '575748'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3717> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4743'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3717'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_808> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '437'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_808'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_809> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '438'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_809'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_810> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '439'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_810'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_811> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '440'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_811'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_812> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '441'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149106'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_812'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '149106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_813> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '442'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_813'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_814> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '443'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_814'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_815> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '444'^^xsd:integer;
  dwc:scientificName 'Chaetoceros danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149120'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_815'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '149120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_816> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '445'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_816'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_817> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '446'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_817'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_818> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '447'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_818'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_819> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '448'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_819'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_820> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '449'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149106'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_820'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '149106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_821> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '450'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_821'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_822> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '451'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_822'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_823> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '452'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_823'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_824> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '453'^^xsd:integer;
  dwc:scientificName 'Chaetoceros danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149120'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_824'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '149120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_825> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '454'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_825'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_826> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '455'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_826'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_827> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '456'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_827'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5134> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6484'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5134'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5135> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6485'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5135'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5136> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6486'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5136'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5137> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6487'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5137'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5138> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6488'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5138'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8304> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9924'^^xsd:integer;
  dwc:scientificName 'Gymnodinium lacustre'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '249715'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8304'^^xsd:string;
  dwc:observationDate '1992-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '249715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8305> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9925'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8305'^^xsd:string;
  dwc:observationDate '1992-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8306> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9926'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8306'^^xsd:string;
  dwc:observationDate '1992-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8307> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9927'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8307'^^xsd:string;
  dwc:observationDate '1992-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8308> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9928'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8308'^^xsd:string;
  dwc:observationDate '1992-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8309> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9929'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8309'^^xsd:string;
  dwc:observationDate '1992-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8310> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9930'^^xsd:integer;
  dwc:scientificName 'Gymnodinium varians'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163825'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8310'^^xsd:string;
  dwc:observationDate '1992-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '163825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8311> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9931'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8311'^^xsd:string;
  dwc:observationDate '1992-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8312> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9932'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8312'^^xsd:string;
  dwc:observationDate '1992-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8313> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9933'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8313'^^xsd:string;
  dwc:observationDate '1992-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_800> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '429'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_800'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_802> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '431'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_802'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_803> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '432'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_803'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_804> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '433'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_804'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_805> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '434'^^xsd:integer;
  dwc:scientificName 'Chaetoceros danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149120'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_805'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '149120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_806> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '435'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_806'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_807> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '436'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_807'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_799> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 34)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '428'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_799'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_770> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '398'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_770'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_785> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '413'^^xsd:integer;
  dwc:scientificName 'Euglenophyta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '19538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_785'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '146221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_782> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '410'^^xsd:integer;
  dwc:scientificName 'Thalassiosira sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '148912'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_782'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '148912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_783> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '411'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_783'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_784> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '412'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_784'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_786> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '414'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_786'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_787> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '415'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_787'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_755> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '383'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_755'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_756> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '384'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_756'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_757> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '385'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_757'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_758> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '386'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_758'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_759> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '387'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_759'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_760> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '388'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_760'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_761> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '389'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_761'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_762> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '390'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_762'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_763> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '391'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_763'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_764> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '392'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_764'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_765> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '393'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_765'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_766> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '394'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_766'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_767> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '395'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_767'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_768> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '396'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_768'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_769> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '397'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_769'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_771> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '399'^^xsd:integer;
  dwc:scientificName 'Euglenophyta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '19538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_771'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '146221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_772> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '400'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_772'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_773> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '401'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_773'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_774> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '402'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_774'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_775> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '403'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_775'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_776> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '404'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_776'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_777> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '405'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_777'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_778> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '406'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_778'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_779> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '407'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_779'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_780> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '408'^^xsd:integer;
  dwc:scientificName 'Cyanophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '146542'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_780'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '146542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_781> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '409'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_781'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_425> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.36"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.36 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.36"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '416'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.36'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_425'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10647> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12267'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10647'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10648> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12268'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10648'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10649> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12269'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10649'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10650> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12270'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10650'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10651> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12271'^^xsd:integer;
  dwc:scientificName 'Gymnodinium pseudonoctiluca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109823'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10651'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '109923'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10652> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12272'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10652'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10653> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12273'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10653'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10654> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12274'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10654'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10655> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12275'^^xsd:integer;
  dwc:scientificName 'Oxyrrhis marina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109902'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10655'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '109902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10656> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12276'^^xsd:integer;
  dwc:scientificName 'Peridinium granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '162785'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10656'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '110223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10657> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12277'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10657'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10658> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12278'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10658'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10659> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12279'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10659'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10660> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12280'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10660'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10661> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12281'^^xsd:integer;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10661'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10662> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12282'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10662'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10663> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12283'^^xsd:integer;
  dwc:scientificName 'Thalassiosira sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '148912'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10663'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '148912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10664> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12284'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10664'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10665> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12285'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10665'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10666> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12286'^^xsd:integer;
  dwc:scientificName 'Calyptrosphaera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '235828'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10666'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '235828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10667> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12287'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10667'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10668> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12288'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10668'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10669> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12289'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10669'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10670> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12290'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10670'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10671> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12291'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10671'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10672> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12292'^^xsd:integer;
  dwc:scientificName 'Cochlodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109474'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10672'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '109474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10673> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12293'^^xsd:integer;
  dwc:scientificName 'Dinophysis acuminata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109603'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10673'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '109603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10674> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12294'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10674'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10675> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12295'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10675'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10676> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12296'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10676'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10677> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12297'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10677'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10678> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12298'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10678'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10679> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12299'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10679'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10680> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12300'^^xsd:integer;
  dwc:scientificName 'Oxyrrhis marina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109902'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10680'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '109902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10681> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12301'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10681'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10682> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12302'^^xsd:integer;
  dwc:scientificName 'Peridinium granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '162785'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10682'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '110223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10683> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12303'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10683'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10684> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12304'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10684'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10685> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12305'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10685'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10686> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12306'^^xsd:integer;
  dwc:scientificName 'Melosira sulcata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149226'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10686'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '962172'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10687> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12307'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10687'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10688> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12308'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10688'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10689> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12309'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10689'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10690> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12310'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10690'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10691> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12311'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10691'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10692> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12312'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10692'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10693> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12313'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10693'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10694> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12314'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10694'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10695> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12315'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10695'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10696> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12316'^^xsd:integer;
  dwc:scientificName 'Dinophysis acuminata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109603'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10696'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '109603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10697> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12317'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10697'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10698> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12318'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10698'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10699> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12319'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10699'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10700> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12320'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10700'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10701> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12321'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10701'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10702> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12322'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10702'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10703> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12323'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10703'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10704> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12324'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10704'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10705> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12325'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10705'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10706> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12326'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10706'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10707> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12327'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10707'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10708> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12328'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10708'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10709> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12329'^^xsd:integer;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10709'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10710> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12330'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10710'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10711> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12331'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus janischii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '68'^^xsd:integer;
  dwc:aphiaid '179607'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10711'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '179607'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10712> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12332'^^xsd:integer;
  dwc:scientificName 'Licmophora ehrenbergii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '68'^^xsd:integer;
  dwc:aphiaid '172609'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10712'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '172609'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10713> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12333'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '68'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10713'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10714> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12334'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '68'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10714'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10715> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12335'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '68'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10715'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10716> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12336'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '68'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10716'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10717> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12337'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '68'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10717'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10718> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12338'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '68'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10718'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10719> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12339'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '68'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10719'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10720> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12340'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '68'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10720'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10721> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12341'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '68'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10721'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10722> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12342'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '68'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10722'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10723> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12343'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '68'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10723'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10724> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12344'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '68'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10724'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10725> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12345'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '68'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10725'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10726> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12346'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '68'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10726'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10727> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12347'^^xsd:integer;
  dwc:scientificName 'Peridinium granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '68'^^xsd:integer;
  dwc:aphiaid '162785'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10727'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '110223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10728> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12348'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '68'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10728'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10729> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12349'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '68'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10729'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10573> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12193'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149271'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10573'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '149271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10574> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12194'^^xsd:integer;
  dwc:scientificName 'Licmophora ehrenbergii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '172609'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10574'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '172609'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10575> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12195'^^xsd:integer;
  dwc:scientificName 'Thalassiosira sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '148912'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10575'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '148912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10576> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12196'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10576'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10577> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12197'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10577'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10578> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12198'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10578'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10579> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12199'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10579'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10580> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12200'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10580'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10581> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12201'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10581'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10582> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12202'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10582'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10583> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12203'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10583'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10584> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12204'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10584'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10585> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12205'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10585'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10586> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12206'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10586'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10587> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12207'^^xsd:integer;
  dwc:scientificName 'Diplopsalis lenticula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110001'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10587'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '110001'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10588> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12208'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10588'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10589> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12209'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10589'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10590> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12210'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10590'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10591> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12211'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10591'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10592> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12212'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10592'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10593> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12213'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10593'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10594> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12214'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10594'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10595> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12215'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10595'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10596> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12216'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10596'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10597> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12217'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10597'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10598> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12218'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10598'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10599> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12219'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10599'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10600> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12220'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10600'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10601> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12221'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10601'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10602> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12222'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10602'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10603> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12223'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10603'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10604> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12224'^^xsd:integer;
  dwc:scientificName 'Meringosphaera mediterranea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '248129'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10604'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '248129'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10605> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12225'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10605'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10606> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12226'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10606'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10607> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12227'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10607'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10608> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12228'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10608'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10609> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12229'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10609'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10610> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12230'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10610'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10611> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12231'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10611'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10612> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12232'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10612'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10613> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12233'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10613'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10614> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12234'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10614'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10615> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12235'^^xsd:integer;
  dwc:scientificName 'Cochlodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109474'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10615'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '109474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10616> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12236'^^xsd:integer;
  dwc:scientificName 'Dinophysis acuminata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109603'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10616'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '109603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10617> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12237'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10617'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10618> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12238'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10618'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10619> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12239'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10619'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10620> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12240'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10620'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10621> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12241'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10621'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10622> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12242'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10622'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10623> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12243'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10623'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10624> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12244'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10624'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10625> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12245'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10625'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10626> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12246'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10626'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10627> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12247'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10627'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10628> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12248'^^xsd:integer;
  dwc:scientificName 'Polykrikos schwarzii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109901'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10628'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '109901'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10629> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12249'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149271'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10629'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '149271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10630> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12250'^^xsd:integer;
  dwc:scientificName 'Licmophora ehrenbergii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '172609'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10630'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '172609'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10631> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12251'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10631'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10632> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12252'^^xsd:integer;
  dwc:scientificName 'Striatella delicatula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '248092'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10632'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '248092'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10633> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12253'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10633'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10634> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12254'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10634'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10635> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12255'^^xsd:integer;
  dwc:scientificName 'Calyptrosphaera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '235828'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10635'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '235828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10636> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12256'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10636'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10637> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12257'^^xsd:integer;
  dwc:scientificName 'Meringosphaera mediterranea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '248129'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10637'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '248129'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10638> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12258'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10638'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10639> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12259'^^xsd:integer;
  dwc:scientificName 'Syracosphaera subsalsa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '576720'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10639'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '576720'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10640> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12260'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10640'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10641> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12261'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10641'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10642> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12262'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10642'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10643> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12263'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10643'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10644> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12264'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10644'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10645> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12265'^^xsd:integer;
  dwc:scientificName 'Diplopsalis lenticula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '110001'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10645'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '110001'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10646> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12266'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10646'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10730> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12350'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '68'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10730'^^xsd:string;
  dwc:observationDate '1992-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8334> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9954'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8334'^^xsd:string;
  dwc:observationDate '1992-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8335> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9955'^^xsd:integer;
  dwc:scientificName 'Exuviaella marina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '160579'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8335'^^xsd:string;
  dwc:observationDate '1992-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '110301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8336> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9956'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8336'^^xsd:string;
  dwc:observationDate '1992-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8337> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9957'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8337'^^xsd:string;
  dwc:observationDate '1992-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5273> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6623'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5273'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5274> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6624'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5274'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5275> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6625'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5275'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5276> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6626'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5276'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5252> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6602'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5252'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5253> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6603'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5253'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5254> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6604'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5254'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5255> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6605'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5255'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5256> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6606'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5256'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5257> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6607'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5257'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5258> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6608'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5258'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5259> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6609'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5259'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5260> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6610'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5260'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5261> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6611'^^xsd:integer;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5261'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5262> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6612'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5262'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5263> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6613'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5263'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5264> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6614'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5264'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5265> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6615'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5265'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5266> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6616'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5266'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5267> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6617'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5267'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5268> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6618'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5268'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5269> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6619'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5269'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5270> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6620'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5270'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5271> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6621'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5271'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5272> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6622'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5272'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3816> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4842'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3816'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3817> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4843'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3817'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3818> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4844'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3818'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3819> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4845'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3819'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3820> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4846'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3820'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3821> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4847'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3821'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3822> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4848'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3822'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3823> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4849'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3823'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3824> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4850'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3824'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3825> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4851'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3825'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3826> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4852'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3826'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3827> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4853'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3827'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3828> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4854'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3828'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3829> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4855'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3829'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3830> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4856'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3830'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3831> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4857'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3831'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3832> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4858'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3832'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3833> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4859'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3833'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3834> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4860'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3834'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3835> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4861'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3835'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3836> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4862'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3836'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3837> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4863'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3837'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3838> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4864'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3838'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3839> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4865'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3839'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3795> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4821'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3795'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3796> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4822'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3796'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3797> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4823'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3797'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3801> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4827'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3801'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3802> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4828'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3802'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3803> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4829'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3803'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3804> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4830'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3804'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3807> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4833'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3807'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3808> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4834'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3808'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3809> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4835'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3809'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3810> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4836'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3810'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3811> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4837'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3811'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3812> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4838'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3812'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3813> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4839'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3813'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3814> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4840'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3814'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3815> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4841'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3815'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3798> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4824'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3798'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3799> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4825'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3799'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3800> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4826'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3800'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3840> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4866'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3840'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3805> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4831'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3805'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3806> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4832'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3806'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3841> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4867'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3841'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3842> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4868'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3842'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3843> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4869'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3843'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3844> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4870'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3844'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3845> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4871'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3845'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3846> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4872'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3846'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3847> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4873'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3847'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3848> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4874'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3848'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3849> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4875'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3849'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3850> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4876'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3850'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3851> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4877'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3851'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3852> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4878'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3852'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3853> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4879'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3853'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3855> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4881'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3855'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3856> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4882'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3856'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3857> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4883'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3857'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3858> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4884'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3858'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3859> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4885'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3859'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3860> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4886'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3860'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3861> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4887'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3861'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3862> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4888'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3862'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3863> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4889'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3863'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3864> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4890'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3864'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3865> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4891'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3865'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5225> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6575'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5225'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5226> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6576'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5226'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5227> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6577'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5227'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5228> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6578'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5228'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5229> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6579'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5229'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5230> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6580'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5230'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5231> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6581'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5231'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5232> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6582'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5232'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5233> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6583'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5233'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5234> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6584'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5234'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5235> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6585'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5235'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5236> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6586'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5236'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5237> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6587'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5237'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5238> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6588'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5238'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5239> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6589'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5239'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5240> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6590'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5240'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5241> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6591'^^xsd:integer;
  dwc:scientificName 'Amphidinium extensum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '232577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5241'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '1368615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5242> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6592'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5242'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5243> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6593'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5243'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5244> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6594'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5244'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5245> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6595'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5245'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5246> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6596'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5246'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5247> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6597'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5247'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5248> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6598'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5248'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5249> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6599'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5249'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5250> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6600'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5250'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5251> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6601'^^xsd:integer;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5251'^^xsd:string;
  dwc:observationDate '1992-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2194> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2644'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2194'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2195> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2645'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2195'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2196> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2646'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2196'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2197> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2647'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2197'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2198> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2648'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2198'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2199> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2649'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2199'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2200> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2650'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2200'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2201> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2651'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2201'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2202> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2652'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2202'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2203> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2653'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2203'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2204> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2654'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2204'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2205> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2655'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2205'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2206> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2656'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2206'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2168> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2618'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2168'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2169> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2619'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2169'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2170> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2620'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2170'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2171> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2621'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2171'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2172> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2622'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2172'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2173> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2623'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2173'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2174> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2624'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2174'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2175> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2625'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2175'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2176> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2626'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2176'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2177> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2627'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2177'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2178> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2628'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2178'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2179> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2629'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2179'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2180> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2630'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2180'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2181> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2631'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2181'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2182> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2632'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2182'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2183> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2633'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2183'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2184> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2634'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2184'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2185> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2635'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2185'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2186> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2636'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2186'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2187> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2637'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2187'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2188> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2638'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2188'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2189> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2639'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2189'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2190> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2640'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2190'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2191> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2641'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2191'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2192> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2642'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2192'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2193> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2643'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2193'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2158> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2608'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2158'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2159> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2609'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2159'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2160> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2610'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2160'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2161> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2611'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2161'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2162> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2612'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2162'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2163> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2613'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2163'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2164> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2614'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2164'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2165> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2615'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2165'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2166> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2616'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2166'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2167> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2617'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2167'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2153> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2603'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2153'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2154> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2604'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2154'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2155> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2605'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2155'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2156> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2606'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2156'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2157> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2607'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2157'^^xsd:string;
  dwc:observationDate '1993-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3854> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.4"^^xsd:decimal ;
  dwc:decimalLongitude "34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.4 34)"^^geo:wktLiteral ;
  geo-pos:lat "44.4"^^xsd:decimal ;
  geo-pos:long "34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4880'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34'^^xsd:integer;
  dwc:latitude '44.4'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3854'^^xsd:string;
  dwc:observationDate '1992-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6758> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8360'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.01'^^xsd:double;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6758'^^xsd:string;
  dwc:observationDate '1992-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6759> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8361'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.01'^^xsd:double;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6759'^^xsd:string;
  dwc:observationDate '1992-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6760> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8362'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.01'^^xsd:double;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6760'^^xsd:string;
  dwc:observationDate '1992-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6761> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8363'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.01'^^xsd:double;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6761'^^xsd:string;
  dwc:observationDate '1992-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6762> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8364'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.01'^^xsd:double;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6762'^^xsd:string;
  dwc:observationDate '1992-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6763> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8365'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.01'^^xsd:double;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6763'^^xsd:string;
  dwc:observationDate '1992-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6764> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8366'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.01'^^xsd:double;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6764'^^xsd:string;
  dwc:observationDate '1992-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6765> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8367'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.01'^^xsd:double;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6765'^^xsd:string;
  dwc:observationDate '1992-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6766> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8368'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.01'^^xsd:double;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6766'^^xsd:string;
  dwc:observationDate '1992-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6767> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8369'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.01'^^xsd:double;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6767'^^xsd:string;
  dwc:observationDate '1992-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6768> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8370'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.01'^^xsd:double;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6768'^^xsd:string;
  dwc:observationDate '1992-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6769> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8371'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.01'^^xsd:double;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6769'^^xsd:string;
  dwc:observationDate '1992-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6770> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8372'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.01'^^xsd:double;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6770'^^xsd:string;
  dwc:observationDate '1992-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6771> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8373'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.01'^^xsd:double;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6771'^^xsd:string;
  dwc:observationDate '1992-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6772> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8374'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.01'^^xsd:double;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6772'^^xsd:string;
  dwc:observationDate '1992-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6773> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8375'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.01'^^xsd:double;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6773'^^xsd:string;
  dwc:observationDate '1992-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6774> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8376'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.01'^^xsd:double;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6774'^^xsd:string;
  dwc:observationDate '1992-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6775> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.21"^^xsd:decimal ;
  dwc:decimalLongitude "34.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.21 34.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.21"^^xsd:decimal ;
  geo-pos:long "34.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8377'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.01'^^xsd:double;
  dwc:latitude '43.21'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6775'^^xsd:string;
  dwc:observationDate '1992-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6725> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8327'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.03'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6725'^^xsd:string;
  dwc:observationDate '1992-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6726> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8328'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.03'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6726'^^xsd:string;
  dwc:observationDate '1992-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6727> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8329'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.03'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6727'^^xsd:string;
  dwc:observationDate '1992-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6728> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8330'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.03'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6728'^^xsd:string;
  dwc:observationDate '1992-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6729> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8331'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.03'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6729'^^xsd:string;
  dwc:observationDate '1992-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6730> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8332'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.03'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6730'^^xsd:string;
  dwc:observationDate '1992-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6731> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8333'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.03'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6731'^^xsd:string;
  dwc:observationDate '1992-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6732> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8334'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.03'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6732'^^xsd:string;
  dwc:observationDate '1992-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6733> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8335'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.03'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6733'^^xsd:string;
  dwc:observationDate '1992-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6734> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8336'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.03'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6734'^^xsd:string;
  dwc:observationDate '1992-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6735> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8337'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.03'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6735'^^xsd:string;
  dwc:observationDate '1992-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6736> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8338'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.03'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6736'^^xsd:string;
  dwc:observationDate '1992-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6737> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8339'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.03'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6737'^^xsd:string;
  dwc:observationDate '1992-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6738> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8340'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.03'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6738'^^xsd:string;
  dwc:observationDate '1992-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6739> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8341'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.03'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6739'^^xsd:string;
  dwc:observationDate '1992-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6740> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8342'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.03'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6740'^^xsd:string;
  dwc:observationDate '1992-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6741> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8343'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.03'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6741'^^xsd:string;
  dwc:observationDate '1992-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6742> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8344'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.03'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6742'^^xsd:string;
  dwc:observationDate '1992-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6743> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8345'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.03'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6743'^^xsd:string;
  dwc:observationDate '1992-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6744> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8346'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.03'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6744'^^xsd:string;
  dwc:observationDate '1992-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6745> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8347'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.03'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6745'^^xsd:string;
  dwc:observationDate '1992-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6746> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8348'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.03'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6746'^^xsd:string;
  dwc:observationDate '1992-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6747> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8349'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.03'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6747'^^xsd:string;
  dwc:observationDate '1992-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6748> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8350'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.03'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6748'^^xsd:string;
  dwc:observationDate '1992-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6749> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8351'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.03'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6749'^^xsd:string;
  dwc:observationDate '1992-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6750> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8352'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.03'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6750'^^xsd:string;
  dwc:observationDate '1992-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6751> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8353'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.03'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6751'^^xsd:string;
  dwc:observationDate '1992-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6752> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8354'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.03'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6752'^^xsd:string;
  dwc:observationDate '1992-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6753> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8355'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.03'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6753'^^xsd:string;
  dwc:observationDate '1992-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6754> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8356'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.03'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6754'^^xsd:string;
  dwc:observationDate '1992-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6755> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8357'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.03'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6755'^^xsd:string;
  dwc:observationDate '1992-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6756> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8358'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.03'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6756'^^xsd:string;
  dwc:observationDate '1992-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6757> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.38"^^xsd:decimal ;
  dwc:decimalLongitude "34.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.38 34.03)"^^geo:wktLiteral ;
  geo-pos:lat "44.38"^^xsd:decimal ;
  geo-pos:long "34.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8359'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.03'^^xsd:double;
  dwc:latitude '44.38'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6757'^^xsd:string;
  dwc:observationDate '1992-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7760> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9380'^^xsd:integer;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7760'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7761> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9381'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7761'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7762> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9382'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7762'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7763> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9383'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7763'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7764> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9384'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7764'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7765> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9385'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7765'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7766> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9386'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7766'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7767> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9387'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7767'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7768> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9388'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7768'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7769> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9389'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7769'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7770> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9390'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7770'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7771> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9391'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7771'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7772> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9392'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7772'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7773> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9393'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7773'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7774> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9394'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7774'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7775> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9395'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7775'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7776> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9396'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7776'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7777> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9397'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7777'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7778> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9398'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7778'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7779> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9399'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7779'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7780> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9400'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7780'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7781> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9401'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7781'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7782> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9402'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7782'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7783> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9403'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7783'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7745> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9365'^^xsd:integer;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7745'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7746> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9366'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7746'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7747> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9367'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7747'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7748> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9368'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7748'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7749> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9369'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7749'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7750> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9370'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7750'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7751> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9371'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7751'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7752> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9372'^^xsd:integer;
  dwc:scientificName 'Dinophysis sacculus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232261'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7752'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '232261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7753> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9373'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7753'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7754> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9374'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7754'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7755> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9375'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7755'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7756> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9376'^^xsd:integer;
  dwc:scientificName 'Peridinium punctulatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '162790'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7756'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '110248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7757> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9377'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7757'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7758> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9378'^^xsd:integer;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7758'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7759> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 34.16)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "34.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9379'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.16'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7759'^^xsd:string;
  dwc:observationDate '1994-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7784> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03 34.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.03"^^xsd:decimal ;
  dwc:decimalLongitude "34.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03 34.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.03"^^xsd:decimal ;
  geo-pos:long "34.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9404'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.35'^^xsd:double;
  dwc:latitude '44.03'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7784'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7785> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03 34.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.03"^^xsd:decimal ;
  dwc:decimalLongitude "34.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03 34.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.03"^^xsd:decimal ;
  geo-pos:long "34.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9405'^^xsd:integer;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.35'^^xsd:double;
  dwc:latitude '44.03'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7785'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7786> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03 34.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.03"^^xsd:decimal ;
  dwc:decimalLongitude "34.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03 34.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.03"^^xsd:decimal ;
  geo-pos:long "34.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9406'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.35'^^xsd:double;
  dwc:latitude '44.03'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7786'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7787> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03 34.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.03"^^xsd:decimal ;
  dwc:decimalLongitude "34.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03 34.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.03"^^xsd:decimal ;
  geo-pos:long "34.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9407'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.35'^^xsd:double;
  dwc:latitude '44.03'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7787'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7788> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03 34.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.03"^^xsd:decimal ;
  dwc:decimalLongitude "34.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03 34.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.03"^^xsd:decimal ;
  geo-pos:long "34.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9408'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia alata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.35'^^xsd:double;
  dwc:latitude '44.03'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7788'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '149168'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7789> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03 34.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.03"^^xsd:decimal ;
  dwc:decimalLongitude "34.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03 34.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.03"^^xsd:decimal ;
  geo-pos:long "34.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9409'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.35'^^xsd:double;
  dwc:latitude '44.03'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7789'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7790> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03 34.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.03"^^xsd:decimal ;
  dwc:decimalLongitude "34.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03 34.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.03"^^xsd:decimal ;
  geo-pos:long "34.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9410'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.35'^^xsd:double;
  dwc:latitude '44.03'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7790'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7791> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03 34.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.03"^^xsd:decimal ;
  dwc:decimalLongitude "34.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03 34.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.03"^^xsd:decimal ;
  geo-pos:long "34.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9411'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.35'^^xsd:double;
  dwc:latitude '44.03'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7791'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7792> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03 34.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.03"^^xsd:decimal ;
  dwc:decimalLongitude "34.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03 34.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.03"^^xsd:decimal ;
  geo-pos:long "34.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9412'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.35'^^xsd:double;
  dwc:latitude '44.03'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7792'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7793> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03 34.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.03"^^xsd:decimal ;
  dwc:decimalLongitude "34.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03 34.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.03"^^xsd:decimal ;
  geo-pos:long "34.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9413'^^xsd:integer;
  dwc:scientificName 'Dinophysis caudata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.35'^^xsd:double;
  dwc:latitude '44.03'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109612'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7793'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '109612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7794> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03 34.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.03"^^xsd:decimal ;
  dwc:decimalLongitude "34.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03 34.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.03"^^xsd:decimal ;
  geo-pos:long "34.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9414'^^xsd:integer;
  dwc:scientificName 'Dinophysis caudata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.35'^^xsd:double;
  dwc:latitude '44.03'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109612'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7794'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '109612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7795> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03 34.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.03"^^xsd:decimal ;
  dwc:decimalLongitude "34.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03 34.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.03"^^xsd:decimal ;
  geo-pos:long "34.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9415'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.35'^^xsd:double;
  dwc:latitude '44.03'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7795'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7796> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03 34.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.03"^^xsd:decimal ;
  dwc:decimalLongitude "34.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03 34.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.03"^^xsd:decimal ;
  geo-pos:long "34.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9416'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.35'^^xsd:double;
  dwc:latitude '44.03'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7796'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7797> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03 34.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.03"^^xsd:decimal ;
  dwc:decimalLongitude "34.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03 34.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.03"^^xsd:decimal ;
  geo-pos:long "34.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9417'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.35'^^xsd:double;
  dwc:latitude '44.03'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7797'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7798> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03 34.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.03"^^xsd:decimal ;
  dwc:decimalLongitude "34.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03 34.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.03"^^xsd:decimal ;
  geo-pos:long "34.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9418'^^xsd:integer;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.35'^^xsd:double;
  dwc:latitude '44.03'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7798'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7799> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03 34.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.03"^^xsd:decimal ;
  dwc:decimalLongitude "34.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03 34.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.03"^^xsd:decimal ;
  geo-pos:long "34.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9419'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.35'^^xsd:double;
  dwc:latitude '44.03'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7799'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7800> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03 34.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.03"^^xsd:decimal ;
  dwc:decimalLongitude "34.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03 34.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.03"^^xsd:decimal ;
  geo-pos:long "34.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9420'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.35'^^xsd:double;
  dwc:latitude '44.03'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7800'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7801> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03 34.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.03"^^xsd:decimal ;
  dwc:decimalLongitude "34.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.03 34.35)"^^geo:wktLiteral ;
  geo-pos:lat "44.03"^^xsd:decimal ;
  geo-pos:long "34.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9421'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.35'^^xsd:double;
  dwc:latitude '44.03'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7801'^^xsd:string;
  dwc:observationDate '1994-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10414> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "34.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "34.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12034'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.46'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10414'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10415> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "34.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "34.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12035'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.46'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10415'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10416> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "34.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "34.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12036'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.46'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10416'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10417> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "34.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "34.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12037'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.46'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10417'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10418> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "34.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "34.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12038'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.46'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10418'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10419> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "34.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "34.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12039'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.46'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10419'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10420> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "34.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "34.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12040'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.46'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10420'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10421> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "34.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "34.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12041'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.46'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10421'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10422> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "34.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "34.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12042'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.46'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10422'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10423> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "34.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "34.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12043'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.46'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10423'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10424> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "34.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "34.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12044'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.46'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10424'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10425> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "34.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "34.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12045'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.46'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10425'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10426> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "34.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "34.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12046'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.46'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10426'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10427> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "34.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "34.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12047'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.46'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10427'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10428> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "34.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "34.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12048'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.46'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10428'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10429> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "34.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "34.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12049'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.46'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10429'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10430> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "34.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "34.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12050'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.46'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10430'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10431> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "34.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "34.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12051'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.46'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10431'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10432> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "34.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "34.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12052'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.46'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10432'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10433> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "34.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "34.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12053'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.46'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10433'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10434> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "34.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "34.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12054'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.46'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10434'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10435> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "34.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "34.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12055'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.46'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10435'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10436> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "34.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "34.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12056'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.46'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10436'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10437> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "34.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "34.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12057'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.46'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10437'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10438> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "34.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "34.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12058'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.46'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10438'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10439> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "34.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "34.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12059'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.46'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10439'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10440> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "34.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "34.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12060'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.46'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10440'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10441> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "34.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "34.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12061'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.46'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10441'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10442> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "34.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "34.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12062'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.46'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10442'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10443> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.61"^^xsd:decimal ;
  dwc:decimalLongitude "34.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.61 34.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.61"^^xsd:decimal ;
  geo-pos:long "34.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12063'^^xsd:integer;
  dwc:scientificName 'Gymnodinium variabile'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.46'^^xsd:double;
  dwc:latitude '44.61'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109835'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10443'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '109835'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_793> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '422'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_793'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6627> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8229'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6627'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6628> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8230'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6628'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6629> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8231'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6629'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6630> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8232'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6630'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6631> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8233'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6631'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6632> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8234'^^xsd:integer;
  dwc:scientificName 'Synedra tabulata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149371'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6632'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '157061'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6633> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8235'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6633'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6634> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8236'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6634'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6635> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8237'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6635'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6636> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8238'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6636'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6637> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8239'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6637'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6638> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8240'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6638'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6639> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8241'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6639'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3675> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4701'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3675'^^xsd:string;
  dwc:observationDate '1992-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3676> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4702'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3676'^^xsd:string;
  dwc:observationDate '1992-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3677> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4703'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3677'^^xsd:string;
  dwc:observationDate '1992-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2207> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2657'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2207'^^xsd:string;
  dwc:observationDate '1993-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2208> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2658'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2208'^^xsd:string;
  dwc:observationDate '1993-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2209> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2659'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2209'^^xsd:string;
  dwc:observationDate '1993-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2210> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2660'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2210'^^xsd:string;
  dwc:observationDate '1993-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2211> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2661'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2211'^^xsd:string;
  dwc:observationDate '1993-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2212> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2662'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2212'^^xsd:string;
  dwc:observationDate '1993-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2213> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2663'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2213'^^xsd:string;
  dwc:observationDate '1993-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2214> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2664'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2214'^^xsd:string;
  dwc:observationDate '1993-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2215> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2665'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2215'^^xsd:string;
  dwc:observationDate '1993-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2216> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2666'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2216'^^xsd:string;
  dwc:observationDate '1993-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2217> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2667'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2217'^^xsd:string;
  dwc:observationDate '1993-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2218> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2668'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2218'^^xsd:string;
  dwc:observationDate '1993-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2219> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2669'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2219'^^xsd:string;
  dwc:observationDate '1993-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2220> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2670'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2220'^^xsd:string;
  dwc:observationDate '1993-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2221> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2671'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2221'^^xsd:string;
  dwc:observationDate '1993-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2222> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2672'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2222'^^xsd:string;
  dwc:observationDate '1993-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2223> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2673'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2223'^^xsd:string;
  dwc:observationDate '1993-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2224> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2674'^^xsd:integer;
  dwc:scientificName 'Coccolithus fragilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236067'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2224'^^xsd:string;
  dwc:observationDate '1993-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '235962'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2225> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2675'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2225'^^xsd:string;
  dwc:observationDate '1993-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3662> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4688'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3662'^^xsd:string;
  dwc:observationDate '1992-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3663> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4689'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3663'^^xsd:string;
  dwc:observationDate '1992-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3664> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4690'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3664'^^xsd:string;
  dwc:observationDate '1992-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3665> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4691'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3665'^^xsd:string;
  dwc:observationDate '1992-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3666> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4692'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3666'^^xsd:string;
  dwc:observationDate '1992-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3667> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4693'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3667'^^xsd:string;
  dwc:observationDate '1992-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3668> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4694'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3668'^^xsd:string;
  dwc:observationDate '1992-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3669> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4695'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3669'^^xsd:string;
  dwc:observationDate '1992-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3670> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4696'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3670'^^xsd:string;
  dwc:observationDate '1992-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3671> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4697'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3671'^^xsd:string;
  dwc:observationDate '1992-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3672> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4698'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3672'^^xsd:string;
  dwc:observationDate '1992-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3673> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4699'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3673'^^xsd:string;
  dwc:observationDate '1992-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3674> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4700'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3674'^^xsd:string;
  dwc:observationDate '1992-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8291> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9911'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8291'^^xsd:string;
  dwc:observationDate '1992-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8292> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9912'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8292'^^xsd:string;
  dwc:observationDate '1992-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8293> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9913'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8293'^^xsd:string;
  dwc:observationDate '1992-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_788> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '417'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_788'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_789> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '418'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_789'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_790> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '419'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_790'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_791> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '420'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_791'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_792> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '421'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_792'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_794> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '423'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_794'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_795> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '424'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_795'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_796> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '425'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_796'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_797> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '426'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_797'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_798> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '427'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.5'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_798'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5112> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6462'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.51'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5112'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5113> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6463'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.51'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5113'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5114> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6464'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.51'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5114'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5115> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6465'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.51'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5115'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5116> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6466'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.51'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5116'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5117> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6467'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.51'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5117'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5118> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6468'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.51'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5118'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5119> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6469'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.51'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5119'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5120> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6470'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.51'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5120'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5121> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6471'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.51'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5121'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5122> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6472'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.51'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5122'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5123> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6473'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.51'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5123'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5124> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6474'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.51'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5124'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5125> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6475'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.51'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5125'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5126> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6476'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.51'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5126'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5127> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6477'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.51'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5127'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5128> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6478'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.51'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5128'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5129> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6479'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.51'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5129'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5130> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6480'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.51'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5130'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5131> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6481'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.51'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5131'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5132> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6482'^^xsd:integer;
  dwc:scientificName 'Chilomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.51'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '22577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5132'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '22577'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5133> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.6"^^xsd:decimal ;
  dwc:decimalLongitude "34.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.6 34.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.6"^^xsd:decimal ;
  geo-pos:long "34.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6483'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.51'^^xsd:double;
  dwc:latitude '44.6'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5133'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7834> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.78"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.78"^^xsd:decimal ;
  geo-pos:long "34.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9454'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.75'^^xsd:double;
  dwc:latitude '44.78'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7834'^^xsd:string;
  dwc:observationDate '1994-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7835> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.78"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.78"^^xsd:decimal ;
  geo-pos:long "34.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9455'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.75'^^xsd:double;
  dwc:latitude '44.78'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7835'^^xsd:string;
  dwc:observationDate '1994-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7836> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.78"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.78"^^xsd:decimal ;
  geo-pos:long "34.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9456'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.75'^^xsd:double;
  dwc:latitude '44.78'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7836'^^xsd:string;
  dwc:observationDate '1994-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7837> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.78"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.78"^^xsd:decimal ;
  geo-pos:long "34.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9457'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.75'^^xsd:double;
  dwc:latitude '44.78'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7837'^^xsd:string;
  dwc:observationDate '1994-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7838> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.78"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.78"^^xsd:decimal ;
  geo-pos:long "34.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9458'^^xsd:integer;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.75'^^xsd:double;
  dwc:latitude '44.78'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7838'^^xsd:string;
  dwc:observationDate '1994-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7839> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.78"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.78"^^xsd:decimal ;
  geo-pos:long "34.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9459'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.75'^^xsd:double;
  dwc:latitude '44.78'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7839'^^xsd:string;
  dwc:observationDate '1994-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7840> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.78"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.78"^^xsd:decimal ;
  geo-pos:long "34.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9460'^^xsd:integer;
  dwc:scientificName 'Dinophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.75'^^xsd:double;
  dwc:latitude '44.78'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '21005'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7840'^^xsd:string;
  dwc:observationDate '1994-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '19542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7841> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.78"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.78"^^xsd:decimal ;
  geo-pos:long "34.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9461'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.75'^^xsd:double;
  dwc:latitude '44.78'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7841'^^xsd:string;
  dwc:observationDate '1994-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7842> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.78"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.78"^^xsd:decimal ;
  geo-pos:long "34.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9462'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.75'^^xsd:double;
  dwc:latitude '44.78'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7842'^^xsd:string;
  dwc:observationDate '1994-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7843> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.78"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.78"^^xsd:decimal ;
  geo-pos:long "34.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9463'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.75'^^xsd:double;
  dwc:latitude '44.78'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7843'^^xsd:string;
  dwc:observationDate '1994-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7844> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.78"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.78"^^xsd:decimal ;
  geo-pos:long "34.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9464'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.75'^^xsd:double;
  dwc:latitude '44.78'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7844'^^xsd:string;
  dwc:observationDate '1994-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7845> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.78"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.78"^^xsd:decimal ;
  geo-pos:long "34.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9465'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.75'^^xsd:double;
  dwc:latitude '44.78'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '149106'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7845'^^xsd:string;
  dwc:observationDate '1994-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '149106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7846> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.78"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.78"^^xsd:decimal ;
  geo-pos:long "34.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9466'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.75'^^xsd:double;
  dwc:latitude '44.78'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7846'^^xsd:string;
  dwc:observationDate '1994-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7847> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.78"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.78"^^xsd:decimal ;
  geo-pos:long "34.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9467'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.75'^^xsd:double;
  dwc:latitude '44.78'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7847'^^xsd:string;
  dwc:observationDate '1994-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7848> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.78"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.78"^^xsd:decimal ;
  geo-pos:long "34.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9468'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia alata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.75'^^xsd:double;
  dwc:latitude '44.78'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '149223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7848'^^xsd:string;
  dwc:observationDate '1994-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '149168'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7849> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.78"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.78"^^xsd:decimal ;
  geo-pos:long "34.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9469'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.75'^^xsd:double;
  dwc:latitude '44.78'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7849'^^xsd:string;
  dwc:observationDate '1994-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7850> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.78"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.78"^^xsd:decimal ;
  geo-pos:long "34.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9470'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.75'^^xsd:double;
  dwc:latitude '44.78'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7850'^^xsd:string;
  dwc:observationDate '1994-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7851> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.78"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.78"^^xsd:decimal ;
  geo-pos:long "34.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9471'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.75'^^xsd:double;
  dwc:latitude '44.78'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7851'^^xsd:string;
  dwc:observationDate '1994-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7852> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.78"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.78"^^xsd:decimal ;
  geo-pos:long "34.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9472'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.75'^^xsd:double;
  dwc:latitude '44.78'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7852'^^xsd:string;
  dwc:observationDate '1994-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7853> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.78"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.78"^^xsd:decimal ;
  geo-pos:long "34.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9473'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.75'^^xsd:double;
  dwc:latitude '44.78'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7853'^^xsd:string;
  dwc:observationDate '1994-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7854> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.78"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.78"^^xsd:decimal ;
  geo-pos:long "34.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9474'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.75'^^xsd:double;
  dwc:latitude '44.78'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7854'^^xsd:string;
  dwc:observationDate '1994-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7855> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.78"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.78"^^xsd:decimal ;
  geo-pos:long "34.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9475'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.75'^^xsd:double;
  dwc:latitude '44.78'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7855'^^xsd:string;
  dwc:observationDate '1994-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7856> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.78"^^xsd:decimal ;
  dwc:decimalLongitude "34.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.78 34.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.78"^^xsd:decimal ;
  geo-pos:long "34.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9476'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.75'^^xsd:double;
  dwc:latitude '44.78'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7856'^^xsd:string;
  dwc:observationDate '1994-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10444> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12064'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10444'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10445> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12065'^^xsd:integer;
  dwc:scientificName 'Thalassiosira sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '148912'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10445'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '148912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10446> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12066'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10446'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10447> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12067'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10447'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10448> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12068'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10448'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10449> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12069'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10449'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10450> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12070'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10450'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10451> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12071'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10451'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10452> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12072'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10452'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10453> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12073'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10453'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10454> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12074'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10454'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10455> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12075'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10455'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10456> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12076'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10456'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10457> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12077'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10457'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10458> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12078'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10458'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10459> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12079'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10459'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10460> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12080'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10460'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10461> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12081'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10461'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10462> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12082'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10462'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10463> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12083'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10463'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10464> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12084'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10464'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10465> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12085'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10465'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10466> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12086'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10466'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10467> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12087'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10467'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10468> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12088'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149271'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10468'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '149271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10469> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12089'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10469'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10470> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12090'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10470'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10471> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12091'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10471'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10472> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12092'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10472'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10473> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12093'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10473'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10474> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12094'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10474'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10475> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12095'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10475'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10476> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12096'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10476'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10477> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12097'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10477'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10478> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12098'^^xsd:integer;
  dwc:scientificName 'Cochlodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109474'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10478'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '109474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10479> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12099'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10479'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10480> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12100'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10480'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10481> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12101'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10481'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10482> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12102'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10482'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10483> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12103'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10483'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10484> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12104'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10484'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10485> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12105'^^xsd:integer;
  dwc:scientificName 'Gyrodinium lachryma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109859'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10485'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '109859'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10486> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12106'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10486'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10487> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12107'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10487'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10488> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12108'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10488'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10489> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12109'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10489'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10490> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12110'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10490'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10491> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12111'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10491'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10492> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12112'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10492'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10493> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12113'^^xsd:integer;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10493'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10494> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12114'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10494'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10495> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12115'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10495'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10496> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12116'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10496'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10497> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12117'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10497'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10498> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12118'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10498'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10499> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12119'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10499'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10500> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12120'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10500'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10501> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12121'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10501'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10502> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12122'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10502'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10503> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12123'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10503'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10504> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12124'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10504'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10505> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12125'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10505'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10506> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12126'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10506'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10507> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12127'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10507'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10508> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12128'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10508'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10509> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12129'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10509'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10510> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12130'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10510'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10511> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12131'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10511'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10512> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12132'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10512'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10513> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12133'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10513'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10514> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12134'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10514'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10515> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12135'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10515'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10516> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12136'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10516'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10517> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12137'^^xsd:integer;
  dwc:scientificName 'Chaetoceros socialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149123'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10517'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '149123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10518> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12138'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10518'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10519> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12139'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10519'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10520> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12140'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10520'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10521> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12141'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10521'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10522> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12142'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10522'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10523> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12143'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10523'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10524> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12144'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10524'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10525> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12145'^^xsd:integer;
  dwc:scientificName 'Diplopsalis lenticula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '110001'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10525'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '110001'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10526> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12146'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10526'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10527> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12147'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10527'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10528> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12148'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10528'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10529> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12149'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10529'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10530> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12150'^^xsd:integer;
  dwc:scientificName 'Gyrodinium lachryma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109859'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10530'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '109859'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10531> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12151'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10531'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10532> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12152'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10532'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10533> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12153'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10533'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10534> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12154'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10534'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10535> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12155'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10535'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10536> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12156'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10536'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10537> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12157'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10537'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10538> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12158'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10538'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10539> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12159'^^xsd:integer;
  dwc:scientificName 'Thalassiosira sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '148912'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10539'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '148912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10540> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12160'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10540'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10541> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12161'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10541'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10542> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12162'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10542'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10543> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12163'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10543'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10544> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12164'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10544'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10545> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12165'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10545'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10546> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12166'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10546'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10547> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12167'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10547'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10548> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12168'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10548'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10549> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12169'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10549'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10550> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12170'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10550'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10551> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12171'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10551'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10552> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12172'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10552'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10553> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12173'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10553'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10554> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12174'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10554'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10555> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12175'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10555'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10556> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12176'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10556'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10557> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12177'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10557'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10558> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12178'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10558'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10559> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12179'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10559'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10560> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12180'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10560'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10561> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12181'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10561'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10562> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12182'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10562'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10563> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "72"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12183'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '72'^^xsd:integer;
  dwc:aphiaid '149271'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10563'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '149271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10564> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "72"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12184'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '72'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10564'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10565> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "72"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12185'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '72'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10565'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10566> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "72"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12186'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '72'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10566'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10567> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "72"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12187'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '72'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10567'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10568> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "72"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12188'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '72'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10568'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10569> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "72"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12189'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '72'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10569'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10570> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "72"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12190'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '72'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10570'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10571> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "72"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12191'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '72'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10571'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10572> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "34.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "72"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 34.95)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "34.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12192'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.95'^^xsd:double;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '72'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10572'^^xsd:string;
  dwc:observationDate '1992-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3578> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4604'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3578'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3579> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4605'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3579'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3580> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4606'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3580'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3581> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4607'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3581'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3582> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4608'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3582'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3583> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4609'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3583'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3585> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4611'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3585'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3586> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4612'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3586'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3587> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4613'^^xsd:integer;
  dwc:scientificName 'Syracosphaera dalmatica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '235881'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3587'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '235879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3588> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4614'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3588'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3589> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4615'^^xsd:integer;
  dwc:scientificName 'Amphora sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149200'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3589'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '149200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3590> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4616'^^xsd:integer;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3590'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3591> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4617'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3591'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3592> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4618'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agiliforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109780'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3592'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '109780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3584> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4610'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3584'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6653> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8255'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6653'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6654> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8256'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6654'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6655> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8257'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6655'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6656> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8258'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6656'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6657> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8259'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6657'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6658> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8260'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6658'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6659> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8261'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6659'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6660> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8262'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6660'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6661> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8263'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6661'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6662> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8264'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6662'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6663> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8265'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6663'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6664> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8266'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6664'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6665> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8267'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6665'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6666> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8268'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6666'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6667> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8269'^^xsd:integer;
  dwc:scientificName 'Syracosphaera dalmatica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '235881'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6667'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '235879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6668> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8270'^^xsd:integer;
  dwc:scientificName 'Euglenophyta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '19538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6668'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '146221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6669> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8271'^^xsd:integer;
  dwc:scientificName 'Eutreptiella braarudii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '248121'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6669'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '248121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6670> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8272'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6670'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6671> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8273'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6671'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6672> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8274'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6672'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6673> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8275'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6673'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6674> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8276'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6674'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6675> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8277'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6675'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6676> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8278'^^xsd:integer;
  dwc:scientificName 'Syracosphaera dalmatica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '235881'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6676'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '235879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6677> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8279'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6677'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6678> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8280'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6678'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6679> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8281'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6679'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6680> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8282'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6680'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6681> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8283'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6681'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6682> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8284'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6682'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6683> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8285'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6683'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6684> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8286'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6684'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6685> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8287'^^xsd:integer;
  dwc:scientificName 'Syracosphaera dalmatica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '235881'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6685'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '235879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6686> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8288'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6686'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6687> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8289'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6687'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6688> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8290'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6688'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6689> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8291'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6689'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6690> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8292'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6690'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6691> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8293'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6691'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6692> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8294'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6692'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6693> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8295'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:aphiaid '149271'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6693'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '149271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6694> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "34.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 34.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "34.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8296'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.98'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6694'^^xsd:string;
  dwc:observationDate '1992-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3678> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 34.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "34.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 34.99)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "34.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4704'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.99'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3678'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3679> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 34.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "34.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 34.99)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "34.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4705'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.99'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3679'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3680> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 34.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "34.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 34.99)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "34.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4706'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.99'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3680'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3681> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 34.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "34.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 34.99)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "34.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4707'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.99'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3681'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3682> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 34.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "34.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 34.99)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "34.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4708'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.99'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3682'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3683> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 34.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "34.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 34.99)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "34.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4709'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.99'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3683'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3684> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 34.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "34.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 34.99)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "34.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4710'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.99'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3684'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3685> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 34.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "34.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 34.99)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "34.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4711'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.99'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3685'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3686> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 34.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "34.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 34.99)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "34.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4712'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.99'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3686'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3687> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 34.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "34.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 34.99)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "34.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4713'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.99'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3687'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3688> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 34.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "34.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 34.99)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "34.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4714'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.99'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3688'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3689> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 34.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "34.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 34.99)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "34.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4715'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.99'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3689'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3690> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 34.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "34.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 34.99)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "34.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4716'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.99'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3690'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3691> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 34.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "34.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 34.99)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "34.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4717'^^xsd:integer;
  dwc:scientificName 'Thalassiosira subsalina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.99'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163480'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3691'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '163480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3692> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 34.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "34.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 34.99)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "34.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4718'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.99'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3692'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3693> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 34.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "34.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 34.99)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "34.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4719'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.99'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3693'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3694> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 34.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "34.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 34.99)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "34.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4720'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '34.99'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3694'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10183> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11803'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10183'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10184> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11804'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10184'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10185> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11805'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10185'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10186> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11806'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10186'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10187> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11807'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10187'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10188> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11808'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10188'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10189> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11809'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10189'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10190> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11810'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10190'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10191> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11811'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10191'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10192> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11812'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10192'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10193> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11813'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10193'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10194> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11814'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10194'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10195> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11815'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10195'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10196> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11816'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10196'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10197> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11817'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10197'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10198> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11818'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10198'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10199> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11819'^^xsd:integer;
  dwc:scientificName 'Rhabdosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '235966'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10199'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '235966'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10200> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11820'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10200'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10201> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11821'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10201'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10202> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11822'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10202'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10203> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11823'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10203'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10204> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11824'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10204'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10205> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11825'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10205'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10206> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11826'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10206'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10207> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11827'^^xsd:integer;
  dwc:scientificName 'Peridinium brevipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '156515'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10207'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10208> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11828'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10208'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10209> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11829'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10209'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10210> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11830'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10210'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10211> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11831'^^xsd:integer;
  dwc:scientificName 'Gymnodinium variabile'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109835'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10211'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109835'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10212> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11832'^^xsd:integer;
  dwc:scientificName 'Dinophysis acuminata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109603'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10212'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10213> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11833'^^xsd:integer;
  dwc:scientificName 'Rhabdosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '235966'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10213'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '235966'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10214> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11834'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10214'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10215> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11835'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10215'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10216> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11836'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10216'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10217> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11837'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10217'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10218> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11838'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10218'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10219> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11839'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10219'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10220> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11840'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10220'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12733> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '505'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12733'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12734> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '506'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12734'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12735> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '507'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12735'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12736> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '508'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12736'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13975> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '487'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13975'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13976> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '488'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13976'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13977> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '489'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13977'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13978> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '490'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13978'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13979> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '491'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13979'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13980> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '492'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13980'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13981> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '493'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13981'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13982> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '494'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13982'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13983> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '495'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13983'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13984> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '496'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13984'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13985> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '497'^^xsd:integer;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13985'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13986> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '498'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13986'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13987> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '499'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13987'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13988> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '500'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13988'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13989> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '501'^^xsd:integer;
  dwc:scientificName 'Detonula confervacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149286'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13989'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '163224'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13990> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '502'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13990'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13991> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '503'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13991'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13992> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '504'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13992'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_845> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '474'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_845'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_846> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '475'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_846'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_847> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '476'^^xsd:integer;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_847'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_848> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '477'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_848'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_849> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '478'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_849'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_850> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '479'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_850'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_851> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '480'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_851'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_852> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '481'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_852'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8297> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9917'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8297'^^xsd:string;
  dwc:observationDate '1992-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8298> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9918'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8298'^^xsd:string;
  dwc:observationDate '1992-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8299> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9919'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8299'^^xsd:string;
  dwc:observationDate '1992-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8300> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9920'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149271'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8300'^^xsd:string;
  dwc:observationDate '1992-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '149271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8301> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9921'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8301'^^xsd:string;
  dwc:observationDate '1992-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8302> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9922'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8302'^^xsd:string;
  dwc:observationDate '1992-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8303> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9923'^^xsd:integer;
  dwc:scientificName 'Exuviaella marina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '160579'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8303'^^xsd:string;
  dwc:observationDate '1992-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '110301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_853> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '482'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_853'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_854> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '483'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_854'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_855> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '484'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_855'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_856> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '485'^^xsd:integer;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_856'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_857> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '486'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_857'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2348> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2798'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2348'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2349> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2799'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2349'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2350> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2800'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2350'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2347> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2797'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2347'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2326> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2776'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2326'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2327> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2777'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2327'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2328> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2778'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2328'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2329> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2779'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2329'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2330> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2780'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2330'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2331> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2781'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2331'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2344> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2794'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2344'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2345> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2795'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2345'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2346> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2796'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2346'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2333> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2783'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2333'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2334> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2784'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2334'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2335> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2785'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2335'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2336> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2786'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2336'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2337> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2787'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2337'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2338> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2788'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2338'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2339> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2789'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2339'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2340> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2790'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2340'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2341> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2791'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2341'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2342> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2792'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2342'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2343> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2793'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2343'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2332> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2782'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2332'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10232> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11852'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10232'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10233> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11853'^^xsd:integer;
  dwc:scientificName 'Meringosphaera mediterranea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '248129'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10233'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '248129'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10234> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11854'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10234'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10235> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11855'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10235'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10236> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11856'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10236'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10237> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11857'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10237'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10238> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11858'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10238'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10239> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11859'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10239'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10240> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11860'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10240'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10241> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11861'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10241'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10242> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11862'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10242'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10243> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11863'^^xsd:integer;
  dwc:scientificName 'Poropila dubia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '574226'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10243'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10221> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11841'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10221'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10222> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11842'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10222'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10223> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11843'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10223'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10224> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11844'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10224'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10225> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11845'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10225'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10226> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11846'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10226'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10227> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11847'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10227'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10228> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11848'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10228'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10229> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11849'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10229'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10230> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11850'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10230'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10231> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11851'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10231'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2351> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2801'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2351'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2352> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2802'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2352'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2353> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2803'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2353'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2354> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2804'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2354'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2355> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2805'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2355'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2356> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2806'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2356'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2357> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2807'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2357'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2358> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2808'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2358'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5038> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6388'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5038'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5039> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6389'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5039'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5040> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6390'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5040'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5041> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6391'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5041'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5042> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6392'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5042'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5043> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6393'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5043'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5044> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6394'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5044'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5045> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6395'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5045'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5046> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6396'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5046'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5047> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6397'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5047'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5048> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6398'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5048'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5049> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6399'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5049'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5050> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6400'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5050'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5051> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6401'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5051'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5052> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6402'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5052'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5053> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6403'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5053'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5054> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6404'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5054'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12737> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '509'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12737'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12738> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '510'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12738'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12739> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '511'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12739'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12740> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '512'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12740'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12741> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '513'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12741'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12742> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '514'^^xsd:integer;
  dwc:scientificName 'Thalassiosira subsalina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163480'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12742'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '163480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12743> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '515'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12743'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12744> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '516'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12744'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12745> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '517'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12745'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12746> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '518'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12746'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12747> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '519'^^xsd:integer;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12747'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12748> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '520'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12748'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12749> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '521'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12749'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12750> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '522'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12750'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12751> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '523'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12751'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12752> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '524'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12752'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12753> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '525'^^xsd:integer;
  dwc:scientificName 'Bacillaria paradoxa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149317'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12753'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '558243'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12754> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '526'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12754'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12755> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '527'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12755'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12756> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '528'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12756'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12757> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '529'^^xsd:integer;
  dwc:scientificName 'Chaetoceros danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149120'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12757'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '149120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12758> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '530'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12758'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12759> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '531'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12759'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12760> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '532'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12760'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13876> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2809'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13876'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13877> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2810'^^xsd:integer;
  dwc:scientificName 'Nitzschia sigma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149213'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13877'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '149213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13878> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2811'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13878'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13879> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2812'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13879'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13880> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2813'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13880'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13881> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2814'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13881'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13882> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2815'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13882'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13883> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2816'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13883'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13884> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2817'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13884'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13885> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2818'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13885'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14029> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2819'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14029'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14030> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2820'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14030'^^xsd:string;
  dwc:observationDate '1993-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3593> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4619'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3593'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3594> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4620'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3594'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3595> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4621'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3595'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3596> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4622'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3596'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3597> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4623'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3597'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3598> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4624'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3598'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3599> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4625'^^xsd:integer;
  dwc:scientificName 'Glenodinium quadridens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163829'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3599'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '110166'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3600> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4626'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3600'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3601> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4627'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3601'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3602> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4628'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3602'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3603> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4629'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3603'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3604> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4630'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3604'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3605> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4631'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3605'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3606> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4632'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3606'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3607> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4633'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3607'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3608> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4634'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3608'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3609> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4635'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3609'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3610> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4636'^^xsd:integer;
  dwc:scientificName 'Syracosphaera dalmatica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '235881'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3610'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '235879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8294> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9914'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8294'^^xsd:string;
  dwc:observationDate '1992-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8295> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9915'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8295'^^xsd:string;
  dwc:observationDate '1992-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8296> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 35)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9916'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8296'^^xsd:string;
  dwc:observationDate '1992-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10244> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11864'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10244'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10245> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11865'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10245'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10246> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11866'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10246'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10247> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11867'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10247'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10248> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11868'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10248'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10249> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11869'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10249'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10250> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11870'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10250'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10251> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11871'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10251'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10252> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11872'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10252'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10253> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11873'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10253'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10254> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11874'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10254'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10255> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11875'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10255'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10256> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11876'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10256'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10257> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11877'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10257'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10258> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11878'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10258'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10259> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11879'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10259'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10260> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11880'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10260'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10261> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11881'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10261'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10262> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11882'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10262'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10263> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11883'^^xsd:integer;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10263'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10264> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11884'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10264'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10265> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11885'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10265'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10266> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11886'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10266'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10267> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11887'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10267'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10268> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11888'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10268'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10269> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11889'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10269'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10270> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11890'^^xsd:integer;
  dwc:scientificName 'Dinophysis acuminata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109603'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10270'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10271> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11891'^^xsd:integer;
  dwc:scientificName 'Dinophysis caudata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109612'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10271'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10272> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11892'^^xsd:integer;
  dwc:scientificName 'Gymnodinium variabile'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109835'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10272'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109835'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10273> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11893'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10273'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10274> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11894'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10274'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10275> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11895'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10275'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10276> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11896'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10276'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10277> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11897'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10277'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10278> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11898'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10278'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10279> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11899'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10279'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10280> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11900'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10280'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12715> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2827'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12715'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12716> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2828'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12716'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12717> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2829'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12717'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12718> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2830'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12718'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12719> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2831'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12719'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12720> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2832'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12720'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12721> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2833'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12721'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12722> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2834'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12722'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12723> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2835'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12723'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12724> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2836'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12724'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12725> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2837'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12725'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12726> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2838'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12726'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12727> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2839'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12727'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12728> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2840'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12728'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12729> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2841'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12729'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12730> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2842'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12730'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12731> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2843'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12731'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12732> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2844'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12732'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13750> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8177'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13750'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13751> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8178'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13751'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13752> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8179'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13752'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13753> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8180'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13753'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13754> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8181'^^xsd:integer;
  dwc:scientificName 'Peridinium cinctum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110183'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13754'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '110183'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13755> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8182'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13755'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13756> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8183'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13756'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13757> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8184'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13757'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13758> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8185'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13758'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14031> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2821'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14031'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14032> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2822'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14032'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14033> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2823'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14033'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14035> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2825'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14035'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14036> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2826'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14036'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_828> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '457'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_828'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_829> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '458'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_829'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_830> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '459'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_830'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_831> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '460'^^xsd:integer;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_831'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_832> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '461'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_832'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_833> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '462'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_833'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_834> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '463'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_834'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_835> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '464'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_835'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_836> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '465'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_836'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_837> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '466'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_837'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_838> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '467'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_838'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_839> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '468'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_839'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_840> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '469'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_840'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_841> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '470'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_841'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_842> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '471'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_842'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_843> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '472'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_843'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_844> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '473'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_844'^^xsd:string;
  dwc:observationDate '1993-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14034> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2824'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14034'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8254> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9874'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8254'^^xsd:string;
  dwc:observationDate '1992-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8255> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9875'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8255'^^xsd:string;
  dwc:observationDate '1992-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8256> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9876'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8256'^^xsd:string;
  dwc:observationDate '1992-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8257> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9877'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8257'^^xsd:string;
  dwc:observationDate '1992-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8258> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9878'^^xsd:integer;
  dwc:scientificName 'Pseudopedinella spinifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '573961'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8258'^^xsd:string;
  dwc:observationDate '1992-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '248098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8259> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9879'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8259'^^xsd:string;
  dwc:observationDate '1992-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.63"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.63"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1088'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.63'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_14'^^xsd:string;
  dwc:observationDate '1993-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_15> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_15> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.63"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_15>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.63"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1089'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.63'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_15'^^xsd:string;
  dwc:observationDate '1993-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_16> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_16> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.63"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_16>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.63"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1090'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.63'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_16'^^xsd:string;
  dwc:observationDate '1993-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_17> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.63"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_17>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.63"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1091'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.63'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_17'^^xsd:string;
  dwc:observationDate '1993-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_18> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_18> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.63"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_18>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.63"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1092'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.63'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_18'^^xsd:string;
  dwc:observationDate '1993-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_19>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_19> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_19> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.63"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_19>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.63"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1093'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.63'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_19'^^xsd:string;
  dwc:observationDate '1993-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_20>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_20> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_20> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.63"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_20>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.63"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1094'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.63'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_20'^^xsd:string;
  dwc:observationDate '1993-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_21> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_21> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.63"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_21>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.63"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1095'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.63'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_21'^^xsd:string;
  dwc:observationDate '1993-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_22> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_22> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.63"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_22>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.63"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1096'^^xsd:integer;
  dwc:scientificName 'Thalassiosira sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.63'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '148912'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_22'^^xsd:string;
  dwc:observationDate '1993-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '148912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_23> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_23> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.63"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_23>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.63"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1097'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.63'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_23'^^xsd:string;
  dwc:observationDate '1993-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_24> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_24> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.63"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_24>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.63"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1098'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.63'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_24'^^xsd:string;
  dwc:observationDate '1993-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_277> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.63"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.63"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1105'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.63'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_277'^^xsd:string;
  dwc:observationDate '1993-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_278> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.63"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.63"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1106'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.63'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_278'^^xsd:string;
  dwc:observationDate '1993-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_279> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.63"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.63"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1107'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.63'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_279'^^xsd:string;
  dwc:observationDate '1993-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_280> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.63"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.63"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1108'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.63'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_280'^^xsd:string;
  dwc:observationDate '1993-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_281> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.63"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.63"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1109'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.63'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_281'^^xsd:string;
  dwc:observationDate '1993-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_282> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.63"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.63"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1110'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.63'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_282'^^xsd:string;
  dwc:observationDate '1993-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_283> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.63"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.63"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1111'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.63'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_283'^^xsd:string;
  dwc:observationDate '1993-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_284> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.63"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.63"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1112'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.63'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_284'^^xsd:string;
  dwc:observationDate '1993-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_285> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.63"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.63"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1113'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.63'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_285'^^xsd:string;
  dwc:observationDate '1993-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_286> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.63"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.63"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1114'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.63'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_286'^^xsd:string;
  dwc:observationDate '1993-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_287> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.63"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.63"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1115'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.63'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_287'^^xsd:string;
  dwc:observationDate '1993-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_288> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.63"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.63"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1116'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.63'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_288'^^xsd:string;
  dwc:observationDate '1993-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_289> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.63"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.63"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1117'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.63'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_289'^^xsd:string;
  dwc:observationDate '1993-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_271> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.63"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.63"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1099'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.63'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_271'^^xsd:string;
  dwc:observationDate '1993-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_272> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.63"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.63"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1100'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.63'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_272'^^xsd:string;
  dwc:observationDate '1993-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_273> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.63"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.63"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1101'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.63'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_273'^^xsd:string;
  dwc:observationDate '1993-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_274> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.63"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.63"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1102'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.63'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_274'^^xsd:string;
  dwc:observationDate '1993-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_275> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.63"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.63"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1103'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.63'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_275'^^xsd:string;
  dwc:observationDate '1993-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_276> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.63"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.63 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.63"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1104'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.63'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_276'^^xsd:string;
  dwc:observationDate '1993-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12473> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2845'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12473'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12474> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2846'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12474'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12475> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2847'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12475'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12476> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2848'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12476'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12477> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2849'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12477'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12478> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2850'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12478'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12659> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2851'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12659'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12660> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2852'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12660'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12661> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2853'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12661'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12662> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2854'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12662'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12663> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2855'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12663'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12664> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2856'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12664'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12665> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2857'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12665'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12666> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2858'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12666'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13247> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2863'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13247'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13248> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2864'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13248'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13249> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2865'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13249'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13250> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2866'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13250'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13251> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2867'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13251'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13252> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2868'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13252'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13253> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2869'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13253'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13254> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2870'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13254'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13255> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2871'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13255'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13256> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2872'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13256'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13257> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2873'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13257'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13258> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2874'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13258'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13259> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2875'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13259'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13260> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2876'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13260'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13261> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2877'^^xsd:integer;
  dwc:scientificName 'Prorocentrum sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109566'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13261'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13262> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2878'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13262'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13263> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2879'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13263'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13264> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2880'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13264'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13265> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2893'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13265'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13266> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2894'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13266'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13267> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2895'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13267'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13268> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2896'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13268'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13269> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2897'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13269'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13270> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2898'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13270'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13071> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2881'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13071'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13072> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2882'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13072'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13073> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2883'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13073'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13074> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2884'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13074'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13075> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2885'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13075'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13076> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2886'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13076'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13077> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2887'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13077'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13078> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2888'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13078'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13079> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2889'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13079'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13080> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2890'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13080'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13081> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2891'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13081'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13082> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2892'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13082'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13083> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2899'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13083'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13084> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2900'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13084'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13085> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2901'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13085'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13086> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2902'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13086'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13087> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2903'^^xsd:integer;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13087'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13088> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2904'^^xsd:integer;
  dwc:scientificName 'Thalassiosira sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '148912'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13088'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '148912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13089> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2905'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13089'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13090> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2906'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13090'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13091> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2907'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13091'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8284> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9904'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8284'^^xsd:string;
  dwc:observationDate '1992-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8285> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9905'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8285'^^xsd:string;
  dwc:observationDate '1992-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8286> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9906'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8286'^^xsd:string;
  dwc:observationDate '1992-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8287> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9907'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8287'^^xsd:string;
  dwc:observationDate '1992-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8288> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9908'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8288'^^xsd:string;
  dwc:observationDate '1992-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8289> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9909'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '148917'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8289'^^xsd:string;
  dwc:observationDate '1992-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '148917'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8290> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9910'^^xsd:integer;
  dwc:scientificName 'Gymnodinium lacustre'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '249715'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8290'^^xsd:string;
  dwc:observationDate '1992-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '249715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12667> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2859'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12667'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12668> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2860'^^xsd:integer;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12668'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12669> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2861'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12669'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12670> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.76"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.76 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.76"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2862'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.76'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12670'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3759> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4785'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3759'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3760> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4786'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3760'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3761> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4787'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3761'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3762> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4788'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3762'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3763> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4789'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3763'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3764> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4790'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3764'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3765> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4791'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3765'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3766> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4792'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3766'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3767> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4793'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3767'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3768> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4794'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3768'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3769> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4795'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3769'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3770> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4796'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3770'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3771> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4797'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3771'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5164> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6514'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5164'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5165> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6515'^^xsd:integer;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5165'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5166> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6516'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5166'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5167> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6517'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5167'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5168> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6518'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5168'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3779> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4805'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3779'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3780> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4806'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3780'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3781> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4807'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3781'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3782> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4808'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3782'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3772> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4798'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3772'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3773> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4799'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3773'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3774> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4800'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3774'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3775> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4801'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3775'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3776> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4802'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3776'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3777> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4803'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3777'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3778> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4804'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3778'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3783> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4809'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3783'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3784> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4810'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3784'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3785> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4811'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3785'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3786> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4812'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3786'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3787> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4813'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3787'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3788> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4814'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3788'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3789> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4815'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3789'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3790> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4816'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3790'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3791> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4817'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3791'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3792> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4818'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3792'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3793> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4819'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3793'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3794> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4820'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3794'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3758> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4784'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3758'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5169> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6519'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5169'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5170> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6520'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5170'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5172> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6522'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5172'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5173> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6523'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5173'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5174> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6524'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5174'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5175> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6525'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5175'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5176> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6526'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5176'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5177> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6527'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5177'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5178> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6528'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5178'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5179> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6529'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5179'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5180> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6530'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5180'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5181> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6531'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5181'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5182> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6532'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5182'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5183> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6533'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5183'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5184> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6534'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5184'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5185> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6535'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5185'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5186> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6536'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5186'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5187> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6537'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5187'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5188> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6538'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5188'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5189> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6539'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5189'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5190> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6540'^^xsd:integer;
  dwc:scientificName 'Peridinium brevipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '156515'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5190'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '110210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5191> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6541'^^xsd:integer;
  dwc:scientificName 'Phalacroma sphaeroideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '418171'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5191'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '418171'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5192> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6542'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5192'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5193> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6543'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5193'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5194> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6544'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5194'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5195> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6545'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5195'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5196> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6546'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5196'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5197> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6547'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5197'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5198> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6548'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5198'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5199> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6549'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5199'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5200> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6550'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5200'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5201> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6551'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5201'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5202> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6552'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5202'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5203> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6553'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5203'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5204> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6554'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5204'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5205> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6555'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5205'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5206> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6556'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5206'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5207> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6557'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5207'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5208> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6558'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5208'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5209> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6559'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5209'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5210> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6560'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5210'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5211> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6561'^^xsd:integer;
  dwc:scientificName 'Acanthoica quattrospina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '235802'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5211'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '235802'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5212> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6562'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5212'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5213> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6563'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5213'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5214> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6564'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5214'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5215> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6565'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5215'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5216> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6566'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5216'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5217> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6567'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5217'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5218> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6568'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5218'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5219> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6569'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5219'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5220> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6570'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5220'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5221> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6571'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '38'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5221'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5222> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6572'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '38'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5222'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5223> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6573'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '38'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5223'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5224> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6574'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '38'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5224'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3718> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4744'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3718'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3719> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4745'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3719'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3720> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4746'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3720'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3721> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4747'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3721'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3722> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4748'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3722'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3723> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4749'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3723'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3724> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4750'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3724'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3725> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4751'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3725'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3726> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4752'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3726'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3727> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4753'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3727'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3728> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4754'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3728'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3729> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4755'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3729'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3730> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4756'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3730'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3731> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4757'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3731'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3732> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4758'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3732'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3733> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4759'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3733'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3734> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4760'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3734'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3735> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4761'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3735'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3736> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4762'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3736'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3737> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4763'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3737'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3738> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4764'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3738'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3739> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4765'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3739'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3740> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4766'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3740'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3741> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4767'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3741'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3742> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4768'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3742'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3743> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4769'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3743'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3744> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4770'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3744'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3745> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4771'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3745'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3746> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4772'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3746'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3747> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4773'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3747'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3748> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4774'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3748'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3749> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4775'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3749'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3750> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4776'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3750'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3751> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4777'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3751'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3752> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4778'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3752'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3753> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4779'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3753'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3754> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4780'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3754'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3755> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4781'^^xsd:integer;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3755'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3756> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4782'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3756'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3757> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4783'^^xsd:integer;
  dwc:scientificName 'Exuviaella perforata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '576722'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3757'^^xsd:string;
  dwc:observationDate '1992-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '232516'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5171> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 35)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6521'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35'^^xsd:integer;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5171'^^xsd:string;
  dwc:observationDate '1992-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6558> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8142'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.01'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6558'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6559> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8143'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.01'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6559'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6560> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8144'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.01'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6560'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6561> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8145'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.01'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6561'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6562> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8146'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.01'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6562'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6563> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8147'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.01'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6563'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6564> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8148'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.01'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6564'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6565> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8149'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.01'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6565'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6566> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8150'^^xsd:integer;
  dwc:scientificName 'Pronoctiluca pelagica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.01'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109903'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6566'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '109903'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6567> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8151'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.01'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6567'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6568> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8152'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.01'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6568'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6569> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8153'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.01'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6569'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6580> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8164'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.01'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6580'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6581> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8165'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.01'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6581'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6582> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8166'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.01'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6582'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6583> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8167'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.01'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6583'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6584> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8168'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.01'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149106'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6584'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '149106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6585> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8169'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.01'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6585'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6586> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8170'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.01'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6586'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6587> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8171'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.01'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6587'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6588> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8172'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.01'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6588'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6570> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8154'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.01'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149106'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6570'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '149106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6571> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8155'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.01'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6571'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6572> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8156'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.01'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6572'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6573> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8157'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.01'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6573'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6574> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8158'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.01'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6574'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6575> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8159'^^xsd:integer;
  dwc:scientificName 'Pseudopedinella variabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.01'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '573962'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6575'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '160600'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6576> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8160'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.01'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6576'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6577> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8161'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.01'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6577'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6578> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8162'^^xsd:integer;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.01'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6578'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6579> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8163'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.01'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6579'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13746> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8173'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.01'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13746'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13747> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8174'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.01'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13747'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13748> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8175'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.01'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13748'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13749> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 35.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "35.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8176'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.01'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13749'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5011> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6361'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.02'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5011'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5012> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6362'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.02'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5012'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5013> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6363'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.02'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5013'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5014> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6364'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.02'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5014'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5015> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6365'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.02'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5015'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5016> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6366'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.02'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5016'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5017> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6367'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.02'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5017'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5020> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6370'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.02'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5020'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5021> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6371'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.02'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5021'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5022> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6372'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.02'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5022'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5023> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6373'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.02'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5023'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5024> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6374'^^xsd:integer;
  dwc:scientificName 'Amphidinium extensum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.02'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5024'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '1368615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5025> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6375'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.02'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5025'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5026> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6376'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.02'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5026'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5027> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6377'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.02'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5027'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5028> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6378'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.02'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5028'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5029> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6379'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.02'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5029'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5030> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6380'^^xsd:integer;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.02'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5030'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5031> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6381'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.02'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5031'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5018> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6368'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.02'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5018'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5019> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6369'^^xsd:integer;
  dwc:scientificName 'Histioneis sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.02'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109463'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5019'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '109463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5032> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6382'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.02'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5032'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5033> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6383'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.02'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5033'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5034> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6384'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.02'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5034'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5035> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6385'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.02'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5035'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5036> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6386'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.02'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5036'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5037> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 35.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "35.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6387'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.02'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5037'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7535> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 35.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "35.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 35.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "35.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9155'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.18'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7535'^^xsd:string;
  dwc:observationDate '1994-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7536> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 35.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "35.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 35.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "35.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9156'^^xsd:integer;
  dwc:scientificName 'Nitzschia longissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.18'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149150'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7536'^^xsd:string;
  dwc:observationDate '1994-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '149150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7537> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 35.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "35.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 35.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "35.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9157'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.18'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7537'^^xsd:string;
  dwc:observationDate '1994-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7538> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 35.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "35.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 35.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "35.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9158'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.18'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7538'^^xsd:string;
  dwc:observationDate '1994-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7539> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 35.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "35.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 35.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "35.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9159'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.18'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7539'^^xsd:string;
  dwc:observationDate '1994-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7540> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 35.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "35.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 35.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "35.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9160'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.18'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7540'^^xsd:string;
  dwc:observationDate '1994-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7529> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 35.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "35.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 35.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "35.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9149'^^xsd:integer;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.18'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7529'^^xsd:string;
  dwc:observationDate '1994-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7530> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 35.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "35.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 35.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "35.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9150'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.18'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7530'^^xsd:string;
  dwc:observationDate '1994-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7531> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 35.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "35.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 35.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "35.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9151'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.18'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7531'^^xsd:string;
  dwc:observationDate '1994-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7532> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 35.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "35.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 35.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "35.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9152'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.18'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7532'^^xsd:string;
  dwc:observationDate '1994-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7533> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 35.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "35.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 35.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "35.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9153'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.18'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7533'^^xsd:string;
  dwc:observationDate '1994-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7534> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 35.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.7"^^xsd:decimal ;
  dwc:decimalLongitude "35.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.7 35.18)"^^geo:wktLiteral ;
  geo-pos:lat "44.7"^^xsd:decimal ;
  geo-pos:long "35.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9154'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.18'^^xsd:double;
  dwc:latitude '44.7'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7534'^^xsd:string;
  dwc:observationDate '1994-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8260> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "35.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.48)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "35.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9880'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.48'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8260'^^xsd:string;
  dwc:observationDate '1992-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8261> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "35.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.48)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "35.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9881'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.48'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8261'^^xsd:string;
  dwc:observationDate '1992-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8262> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "35.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.48)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "35.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9882'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.48'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8262'^^xsd:string;
  dwc:observationDate '1992-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8263> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "35.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.48)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "35.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9883'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.48'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8263'^^xsd:string;
  dwc:observationDate '1992-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8264> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "35.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.48)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "35.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9884'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.48'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8264'^^xsd:string;
  dwc:observationDate '1992-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8265> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "35.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.48)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "35.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9885'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.48'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8265'^^xsd:string;
  dwc:observationDate '1992-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9894> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11514'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9894'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9895> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11515'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9895'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9896> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11516'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9896'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9897> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11517'^^xsd:integer;
  dwc:scientificName 'Meringosphaera mediterranea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '248129'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9897'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '248129'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9898> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11518'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9898'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9899> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11519'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9899'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13092> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2908'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13092'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13093> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2909'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13093'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13094> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2910'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13094'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13095> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2911'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13095'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13096> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2912'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13096'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13097> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2913'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13097'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13098> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2914'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13098'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13099> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2915'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13099'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13100> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2916'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13100'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13101> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2917'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13101'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13102> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2918'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '148917'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13102'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '148917'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13103> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2919'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13103'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13104> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2920'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13104'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13105> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2921'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13105'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13106> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2922'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13106'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13107> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2923'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13107'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13108> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2924'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13108'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13109> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2925'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13109'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13110> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2926'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13110'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13111> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2927'^^xsd:integer;
  dwc:scientificName 'Protoperidinium decipiens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233390'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13111'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '233390'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13112> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2928'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13112'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13113> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2929'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13113'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13114> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2930'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13114'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13115> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2931'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13115'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13116> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2932'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13116'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13117> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2933'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13117'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13118> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2934'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13118'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13119> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2935'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13119'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13120> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2936'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13120'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13121> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2937'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13121'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13426> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4444'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13426'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13427> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4445'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13427'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13428> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4446'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13428'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13429> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4447'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13429'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13430> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4448'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13430'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13431> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4449'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13431'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13432> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4450'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13432'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13433> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4451'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13433'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13434> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4452'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13434'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13435> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4453'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13435'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13436> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4454'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13436'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13437> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4455'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13437'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13438> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4456'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13438'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13439> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4457'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13439'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13440> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4458'^^xsd:integer;
  dwc:scientificName 'Amphidinium crassum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109726'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13440'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '109726'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13441> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4459'^^xsd:integer;
  dwc:scientificName 'Amphora sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149200'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13441'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13442> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4460'^^xsd:integer;
  dwc:scientificName 'Cyclotella caspia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163196'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13442'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '163196'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13443> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4461'^^xsd:integer;
  dwc:scientificName 'Thalassiosira sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '148912'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13443'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '148912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13444> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4462'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13444'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13445> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4463'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13445'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13446> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4464'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13446'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13447> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4465'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13447'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9900> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11520'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9900'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9901> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11521'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9901'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9902> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11522'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9902'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9903> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11523'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9903'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9904> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11524'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9904'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9905> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11525'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9905'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9906> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11526'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9906'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9907> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11527'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9907'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9908> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11528'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9908'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9909> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11529'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9909'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9910> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11530'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9910'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9911> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11531'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9911'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9912> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11532'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9912'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9913> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11533'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9913'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9914> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11534'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9914'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9915> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11535'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9915'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9916> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11536'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9916'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9917> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11537'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9917'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9918> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11538'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus jonesianus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163178'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9918'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '450730'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9919> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11539'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9919'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9920> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11540'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9920'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9921> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11541'^^xsd:integer;
  dwc:scientificName 'Exuviaella baltica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '576723'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9921'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110293'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9922> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11542'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9922'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9923> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11543'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9923'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9924> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.51)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11544'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.51'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9924'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4882> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "35.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "35.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6232'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.56'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4882'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4883> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "35.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "35.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6233'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.56'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4883'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4884> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "35.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "35.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6234'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.56'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4884'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4885> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "35.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "35.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6235'^^xsd:integer;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.56'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4885'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4886> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "35.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "35.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6236'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.56'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4886'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4887> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "35.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "35.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6237'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.56'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4887'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4888> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "35.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "35.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6238'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.56'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4888'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4889> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "35.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "35.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6239'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.56'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4889'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4890> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "35.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "35.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6240'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.56'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4890'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4891> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "35.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "35.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6241'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.56'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4891'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4892> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "35.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "35.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6242'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.56'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4892'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4893> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "35.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "35.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6243'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.56'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4893'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4894> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "35.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "35.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6244'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.56'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4894'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4895> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "35.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "35.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6245'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.56'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4895'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4896> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "35.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "35.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6246'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.56'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4896'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4897> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "35.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "35.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6247'^^xsd:integer;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.56'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4897'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4898> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "35.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "35.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6248'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.56'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4898'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4899> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "35.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "35.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6249'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.56'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4899'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4900> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "35.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "35.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6250'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.56'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4900'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4901> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "35.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "35.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6251'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.56'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4901'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4902> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "35.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "35.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6252'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.56'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4902'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4903> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "35.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "35.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6253'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.56'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4903'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4904> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "35.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "35.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6254'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.56'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4904'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4879> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "35.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "35.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6229'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.56'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4879'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4880> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "35.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "35.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6230'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.56'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4880'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4881> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "35.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 35.56)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "35.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6231'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.56'^^xsd:double;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4881'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6420> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.56)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8004'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.56'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6420'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6421> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.56)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8005'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.56'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6421'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6422> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.56)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8006'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.56'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6422'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6423> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.56)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8007'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.56'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6423'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6424> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.56)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8008'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.56'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6424'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6425> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.56)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8009'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.56'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6425'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6426> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.56)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8010'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.56'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6426'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6427> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.56)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8011'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.56'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6427'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6428> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.56)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8012'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.56'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6428'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7857> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "35.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9477'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus janischii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.6'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '179607'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7857'^^xsd:string;
  dwc:observationDate '1994-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '179607'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7858> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "35.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9478'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.6'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7858'^^xsd:string;
  dwc:observationDate '1994-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7859> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "35.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9479'^^xsd:integer;
  dwc:scientificName 'Nitzschia reversa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.6'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '248140'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7859'^^xsd:string;
  dwc:observationDate '1994-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '248139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7860> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "35.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9480'^^xsd:integer;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.6'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7860'^^xsd:string;
  dwc:observationDate '1994-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7861> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "35.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9481'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.6'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7861'^^xsd:string;
  dwc:observationDate '1994-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7862> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "35.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9482'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.6'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7862'^^xsd:string;
  dwc:observationDate '1994-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7863> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "35.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9483'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.6'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7863'^^xsd:string;
  dwc:observationDate '1994-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7864> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "35.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9484'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.6'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7864'^^xsd:string;
  dwc:observationDate '1994-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7865> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "35.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9485'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.6'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7865'^^xsd:string;
  dwc:observationDate '1994-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7866> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "35.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9486'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.6'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7866'^^xsd:string;
  dwc:observationDate '1994-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7867> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "35.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9487'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.6'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7867'^^xsd:string;
  dwc:observationDate '1994-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7868> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "35.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9488'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.6'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7868'^^xsd:string;
  dwc:observationDate '1994-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7869> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "35.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9489'^^xsd:integer;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.6'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7869'^^xsd:string;
  dwc:observationDate '1994-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7870> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "35.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9490'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.6'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7870'^^xsd:string;
  dwc:observationDate '1994-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7871> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "35.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9491'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.6'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7871'^^xsd:string;
  dwc:observationDate '1994-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7872> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "35.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9492'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.6'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7872'^^xsd:string;
  dwc:observationDate '1994-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7873> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "35.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9493'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.6'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7873'^^xsd:string;
  dwc:observationDate '1994-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7874> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "35.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9494'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.6'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7874'^^xsd:string;
  dwc:observationDate '1994-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7875> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "35.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9495'^^xsd:integer;
  dwc:scientificName 'Thalassiosira nana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.6'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '149256'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7875'^^xsd:string;
  dwc:observationDate '1994-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '149256'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7876> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "35.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9496'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.6'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7876'^^xsd:string;
  dwc:observationDate '1994-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7877> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "35.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9497'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.6'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7877'^^xsd:string;
  dwc:observationDate '1994-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7878> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "35.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9498'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.6'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7878'^^xsd:string;
  dwc:observationDate '1994-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7879> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "35.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9499'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.6'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7879'^^xsd:string;
  dwc:observationDate '1994-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7880> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98"^^xsd:decimal ;
  dwc:decimalLongitude "35.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98 35.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.98"^^xsd:decimal ;
  geo-pos:long "35.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9500'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.6'^^xsd:double;
  dwc:latitude '44.98'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7880'^^xsd:string;
  dwc:observationDate '1994-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7513> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71 35.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.71"^^xsd:decimal ;
  dwc:decimalLongitude "35.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71 35.71)"^^geo:wktLiteral ;
  geo-pos:lat "44.71"^^xsd:decimal ;
  geo-pos:long "35.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9133'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.71'^^xsd:double;
  dwc:latitude '44.71'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7513'^^xsd:string;
  dwc:observationDate '1994-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7514> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71 35.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.71"^^xsd:decimal ;
  dwc:decimalLongitude "35.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71 35.71)"^^geo:wktLiteral ;
  geo-pos:lat "44.71"^^xsd:decimal ;
  geo-pos:long "35.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9134'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.71'^^xsd:double;
  dwc:latitude '44.71'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7514'^^xsd:string;
  dwc:observationDate '1994-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7515> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71 35.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.71"^^xsd:decimal ;
  dwc:decimalLongitude "35.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71 35.71)"^^geo:wktLiteral ;
  geo-pos:lat "44.71"^^xsd:decimal ;
  geo-pos:long "35.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9135'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.71'^^xsd:double;
  dwc:latitude '44.71'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7515'^^xsd:string;
  dwc:observationDate '1994-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7516> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71 35.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.71"^^xsd:decimal ;
  dwc:decimalLongitude "35.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71 35.71)"^^geo:wktLiteral ;
  geo-pos:lat "44.71"^^xsd:decimal ;
  geo-pos:long "35.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9136'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.71'^^xsd:double;
  dwc:latitude '44.71'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7516'^^xsd:string;
  dwc:observationDate '1994-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7517> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71 35.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.71"^^xsd:decimal ;
  dwc:decimalLongitude "35.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71 35.71)"^^geo:wktLiteral ;
  geo-pos:lat "44.71"^^xsd:decimal ;
  geo-pos:long "35.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9137'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.71'^^xsd:double;
  dwc:latitude '44.71'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7517'^^xsd:string;
  dwc:observationDate '1994-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7518> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71 35.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.71"^^xsd:decimal ;
  dwc:decimalLongitude "35.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71 35.71)"^^geo:wktLiteral ;
  geo-pos:lat "44.71"^^xsd:decimal ;
  geo-pos:long "35.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9138'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.71'^^xsd:double;
  dwc:latitude '44.71'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7518'^^xsd:string;
  dwc:observationDate '1994-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7519> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71 35.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.71"^^xsd:decimal ;
  dwc:decimalLongitude "35.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71 35.71)"^^geo:wktLiteral ;
  geo-pos:lat "44.71"^^xsd:decimal ;
  geo-pos:long "35.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9139'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.71'^^xsd:double;
  dwc:latitude '44.71'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7519'^^xsd:string;
  dwc:observationDate '1994-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7520> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71 35.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.71"^^xsd:decimal ;
  dwc:decimalLongitude "35.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71 35.71)"^^geo:wktLiteral ;
  geo-pos:lat "44.71"^^xsd:decimal ;
  geo-pos:long "35.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9140'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.71'^^xsd:double;
  dwc:latitude '44.71'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7520'^^xsd:string;
  dwc:observationDate '1994-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7521> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71 35.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.71"^^xsd:decimal ;
  dwc:decimalLongitude "35.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71 35.71)"^^geo:wktLiteral ;
  geo-pos:lat "44.71"^^xsd:decimal ;
  geo-pos:long "35.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9141'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.71'^^xsd:double;
  dwc:latitude '44.71'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7521'^^xsd:string;
  dwc:observationDate '1994-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7522> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71 35.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.71"^^xsd:decimal ;
  dwc:decimalLongitude "35.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71 35.71)"^^geo:wktLiteral ;
  geo-pos:lat "44.71"^^xsd:decimal ;
  geo-pos:long "35.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9142'^^xsd:integer;
  dwc:scientificName 'Prorocentrum scutellum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.71'^^xsd:double;
  dwc:latitude '44.71'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110314'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7522'^^xsd:string;
  dwc:observationDate '1994-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '110314'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7523> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71 35.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.71"^^xsd:decimal ;
  dwc:decimalLongitude "35.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71 35.71)"^^geo:wktLiteral ;
  geo-pos:lat "44.71"^^xsd:decimal ;
  geo-pos:long "35.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9143'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.71'^^xsd:double;
  dwc:latitude '44.71'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7523'^^xsd:string;
  dwc:observationDate '1994-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7524> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71 35.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.71"^^xsd:decimal ;
  dwc:decimalLongitude "35.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71 35.71)"^^geo:wktLiteral ;
  geo-pos:lat "44.71"^^xsd:decimal ;
  geo-pos:long "35.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9144'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.71'^^xsd:double;
  dwc:latitude '44.71'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7524'^^xsd:string;
  dwc:observationDate '1994-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7525> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71 35.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.71"^^xsd:decimal ;
  dwc:decimalLongitude "35.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71 35.71)"^^geo:wktLiteral ;
  geo-pos:lat "44.71"^^xsd:decimal ;
  geo-pos:long "35.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9145'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.71'^^xsd:double;
  dwc:latitude '44.71'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7525'^^xsd:string;
  dwc:observationDate '1994-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7526> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71 35.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.71"^^xsd:decimal ;
  dwc:decimalLongitude "35.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71 35.71)"^^geo:wktLiteral ;
  geo-pos:lat "44.71"^^xsd:decimal ;
  geo-pos:long "35.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9146'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.71'^^xsd:double;
  dwc:latitude '44.71'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7526'^^xsd:string;
  dwc:observationDate '1994-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7527> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71 35.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.71"^^xsd:decimal ;
  dwc:decimalLongitude "35.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71 35.71)"^^geo:wktLiteral ;
  geo-pos:lat "44.71"^^xsd:decimal ;
  geo-pos:long "35.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9147'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.71'^^xsd:double;
  dwc:latitude '44.71'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7527'^^xsd:string;
  dwc:observationDate '1994-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7528> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71 35.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.71"^^xsd:decimal ;
  dwc:decimalLongitude "35.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.71 35.71)"^^geo:wktLiteral ;
  geo-pos:lat "44.71"^^xsd:decimal ;
  geo-pos:long "35.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9148'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.71'^^xsd:double;
  dwc:latitude '44.71'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7528'^^xsd:string;
  dwc:observationDate '1994-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7889> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9509'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.9'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7889'^^xsd:string;
  dwc:observationDate '1994-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7890> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9510'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.9'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7890'^^xsd:string;
  dwc:observationDate '1994-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7891> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9511'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.9'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7891'^^xsd:string;
  dwc:observationDate '1994-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7892> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9512'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.9'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7892'^^xsd:string;
  dwc:observationDate '1994-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7893> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9513'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.9'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7893'^^xsd:string;
  dwc:observationDate '1994-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7881> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9501'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus janischii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.9'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '179607'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7881'^^xsd:string;
  dwc:observationDate '1994-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '179607'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7882> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9502'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.9'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7882'^^xsd:string;
  dwc:observationDate '1994-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7883> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9503'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.9'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7883'^^xsd:string;
  dwc:observationDate '1994-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7884> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9504'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.9'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7884'^^xsd:string;
  dwc:observationDate '1994-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7885> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9505'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.9'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7885'^^xsd:string;
  dwc:observationDate '1994-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7886> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9506'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus janischii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.9'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '179607'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7886'^^xsd:string;
  dwc:observationDate '1994-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '179607'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7887> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9507'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.9'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7887'^^xsd:string;
  dwc:observationDate '1994-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7888> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "35.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 35.9)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "35.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9508'^^xsd:integer;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.9'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7888'^^xsd:string;
  dwc:observationDate '1994-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7924> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 35.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "35.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 35.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "35.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9544'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.93'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7924'^^xsd:string;
  dwc:observationDate '1992-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7925> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 35.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "35.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 35.93)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "35.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9545'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.93'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7925'^^xsd:string;
  dwc:observationDate '1992-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5055> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6405'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5055'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5056> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6406'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5056'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5057> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6407'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5057'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5058> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6408'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5058'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5059> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6409'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5059'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5060> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6410'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5060'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5061> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6411'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5061'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5062> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6412'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5062'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5063> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6413'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5063'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5064> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6414'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5064'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5065> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6415'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5065'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5066> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6416'^^xsd:integer;
  dwc:scientificName 'Glenodinium lenticula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163828'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5066'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '110001'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5067> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6417'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5067'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5068> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6418'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5068'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5069> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6419'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5069'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5070> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6420'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5070'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5071> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6421'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5071'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5072> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6422'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5072'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5073> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6423'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5073'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5074> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6424'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5074'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5075> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6425'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5075'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5076> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6426'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5076'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5077> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6427'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5077'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5078> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6428'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5078'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5079> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6429'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5079'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5080> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6430'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5080'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5081> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6431'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5081'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5082> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6432'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5082'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5083> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6433'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5083'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5084> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6434'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5084'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5085> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6435'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5085'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5086> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6436'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5086'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5087> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6437'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5087'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5088> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6438'^^xsd:integer;
  dwc:scientificName 'Phalacroma pulchellum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '232510'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5088'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '109649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5089> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6439'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5089'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5090> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6440'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5090'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5091> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6441'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5091'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5092> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6442'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5092'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5093> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6443'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5093'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5094> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6444'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5094'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5095> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6445'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5095'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5096> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6446'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5096'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5097> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6447'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5097'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5098> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6448'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5098'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5099> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6449'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5099'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5100> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6450'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5100'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5101> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6451'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5101'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5102> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6452'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5102'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5103> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6453'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5103'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5104> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6454'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5104'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5105> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6455'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5105'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5106> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6456'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5106'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5107> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6457'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5107'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5108> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6458'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5108'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5109> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6459'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5109'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5110> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6460'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5110'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5111> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6461'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5111'^^xsd:string;
  dwc:observationDate '1992-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6497> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8081'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6497'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6498> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8082'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6498'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6499> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8083'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6499'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6500> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8084'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6500'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6501> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8085'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6501'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6502> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8086'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6502'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6503> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8087'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6503'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6504> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8088'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6504'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6505> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8089'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6505'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6506> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8090'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6506'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6507> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8091'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6507'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6508> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8092'^^xsd:integer;
  dwc:scientificName 'Eutreptiella braarudii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '248121'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6508'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '248121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6509> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8093'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6509'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6510> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8094'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6510'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6491> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8075'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6491'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6492> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8076'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6492'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6493> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8077'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6493'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6494> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8078'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6494'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6495> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8079'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6495'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6496> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.48"^^xsd:decimal ;
  dwc:decimalLongitude "35.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.48 35.98)"^^geo:wktLiteral ;
  geo-pos:lat "44.48"^^xsd:decimal ;
  geo-pos:long "35.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8080'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.98'^^xsd:double;
  dwc:latitude '44.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6496'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3550> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35.99)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4576'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.99'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3550'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3551> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35.99)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4577'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.99'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3551'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3552> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35.99)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4578'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.99'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3552'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3553> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35.99)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4579'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.99'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3553'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3554> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35.99)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4580'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.99'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3554'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3555> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35.99)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4581'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.99'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3555'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3556> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35.99)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4582'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.99'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3556'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3557> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35.99)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4583'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.99'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3557'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3558> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35.99)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4584'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.99'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3558'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3559> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35.99)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4585'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.99'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3559'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3560> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35.99)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4586'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.99'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3560'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3561> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35.99)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4587'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.99'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3561'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3562> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35.99)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4588'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.99'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3562'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3563> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "35.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 35.99)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "35.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4589'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '35.99'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3563'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2459> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3071'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2459'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2460> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3072'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2460'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2461> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3073'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2461'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2462> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3074'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2462'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2463> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3075'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2463'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2464> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3076'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2464'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2465> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3077'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2465'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2466> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3078'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2466'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2467> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3079'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2467'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2468> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3080'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2468'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2469> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3081'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2469'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2470> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3082'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2470'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2471> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3083'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2471'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2458> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3070'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2458'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6589> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8191'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6589'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6590> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8192'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6590'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6591> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8193'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6591'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6592> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8194'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6592'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6593> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8195'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6593'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6594> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8196'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6594'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6595> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8197'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6595'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6596> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8198'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6596'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6597> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8199'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6597'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6598> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8200'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6598'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6599> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8201'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6599'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6600> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8202'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6600'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6601> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8203'^^xsd:integer;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6601'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6602> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8204'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6602'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6603> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8205'^^xsd:integer;
  dwc:scientificName 'Dinophysis acuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109604'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6603'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '109604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6604> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8206'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6604'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6605> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8207'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6605'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6606> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8208'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6606'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6607> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8209'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6607'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6608> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8210'^^xsd:integer;
  dwc:scientificName 'Eutreptiella braarudii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '248121'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6608'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '248121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6609> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8211'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6609'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6610> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8212'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6610'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6611> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8213'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6611'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6612> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8214'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6612'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6613> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8215'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6613'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6614> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8216'^^xsd:integer;
  dwc:scientificName 'Glenodinium lenticula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '163828'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6614'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '110001'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6615> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8217'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6615'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6616> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8218'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6616'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6617> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8219'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6617'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6618> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8220'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6618'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6619> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8221'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6619'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6620> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8222'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6620'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6621> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8223'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6621'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6622> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8224'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6622'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6623> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8225'^^xsd:integer;
  dwc:scientificName 'Xanthophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '21539'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6623'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '17793'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6624> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8226'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6624'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6625> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8227'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6625'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6626> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8228'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6626'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10281> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11901'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10281'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10282> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11902'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10282'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10283> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11903'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10283'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10284> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11904'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10284'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10285> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11905'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10285'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10286> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11906'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10286'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10287> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11907'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10287'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10288> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11908'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10288'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10289> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11909'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10289'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10290> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11910'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10290'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10291> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11911'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10291'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10292> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11912'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10292'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10293> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11913'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10293'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10294> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11914'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10294'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10295> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11915'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10295'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10296> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11916'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10296'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10297> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11917'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10297'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10298> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11918'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10298'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10299> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11919'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10299'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10300> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11920'^^xsd:integer;
  dwc:scientificName 'Gyrodinium lachryma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109859'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10300'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109859'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10301> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11921'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10301'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10302> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11922'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10302'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10303> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11923'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10303'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10304> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11924'^^xsd:integer;
  dwc:scientificName 'Meringosphaera mediterranea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '248129'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10304'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '248129'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10305> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11925'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10305'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10306> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11926'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149271'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10306'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '149271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10307> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11927'^^xsd:integer;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10307'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10308> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11928'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10308'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10309> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11929'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10309'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10310> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11930'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10310'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10311> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11931'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10311'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10312> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11932'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10312'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10313> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11933'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10313'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10314> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11934'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10314'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10315> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11935'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10315'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10316> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11936'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10316'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10317> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11937'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10317'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10318> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11938'^^xsd:integer;
  dwc:scientificName 'Dinophysis acuminata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109603'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10318'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10319> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11939'^^xsd:integer;
  dwc:scientificName 'Diplopsalis lenticula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '110001'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10319'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110001'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10320> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11940'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10320'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10321> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11941'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10321'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10322> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11942'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10322'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10323> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11943'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10323'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10324> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11944'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10324'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10325> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11945'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10325'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10326> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11946'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10326'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10327> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11947'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10327'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10328> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11948'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10328'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10329> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11949'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10329'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10330> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11950'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10330'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10331> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11951'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10331'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10332> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11952'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10332'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10333> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11953'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10333'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10334> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11954'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10334'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10335> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11955'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10335'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10336> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11956'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10336'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10337> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11957'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10337'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10338> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11958'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10338'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10339> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11959'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10339'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10340> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11960'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10340'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10341> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11961'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10341'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10342> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11962'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10342'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10343> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11963'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10343'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10344> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11964'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10344'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10345> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11965'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10345'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10346> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11966'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10346'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10347> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11967'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10347'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10348> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11968'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10348'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10349> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11969'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10349'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10350> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11970'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10350'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10351> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11971'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10351'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10352> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11972'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10352'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10353> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11973'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10353'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10354> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11974'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10354'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10355> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11975'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10355'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10356> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11976'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10356'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10357> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11977'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10357'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10358> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11978'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10358'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10359> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11979'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10359'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10360> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11980'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10360'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10361> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11981'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10361'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10362> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11982'^^xsd:integer;
  dwc:scientificName 'Cochlodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109474'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10362'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10363> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11983'^^xsd:integer;
  dwc:scientificName 'Diplopsalis lenticula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '110001'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10363'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110001'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10364> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11984'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10364'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10365> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11985'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10365'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10366> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11986'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10366'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10367> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11987'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10367'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10368> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11988'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10368'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10369> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11989'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10369'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10370> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11990'^^xsd:integer;
  dwc:scientificName 'Gyrodinium lachryma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109859'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10370'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109859'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10371> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11991'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10371'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10372> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11992'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10372'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10373> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11993'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10373'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10374> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11994'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10374'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10375> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11995'^^xsd:integer;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10375'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10376> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11996'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10376'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10377> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11997'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10377'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10378> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11998'^^xsd:integer;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10378'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10379> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11999'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10379'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10380> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12000'^^xsd:integer;
  dwc:scientificName 'Thalassiosira sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '148912'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10380'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '148912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10381> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12001'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10381'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10382> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12002'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10382'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10383> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12003'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10383'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10384> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12004'^^xsd:integer;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10384'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10385> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12005'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10385'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10386> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12006'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10386'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10387> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12007'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10387'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10388> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12008'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10388'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10389> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12009'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10389'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10390> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12010'^^xsd:integer;
  dwc:scientificName 'Dinophysis acuminata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '109603'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10390'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10391> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12011'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10391'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10392> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12012'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10392'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10393> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12013'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10393'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10394> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12014'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10394'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10395> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12015'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10395'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10396> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12016'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10396'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10397> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12017'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polygramma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '110035'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10397'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110035'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10398> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12018'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10398'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10399> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12019'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10399'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10400> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12020'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10400'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10401> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12021'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10401'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10402> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12022'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10402'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10403> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12023'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10403'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10404> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12024'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10404'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10405> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12025'^^xsd:integer;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10405'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10406> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12026'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10406'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10407> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12027'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10407'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10408> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12028'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10408'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10409> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12029'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10409'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10410> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12030'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10410'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10411> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12031'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10411'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10412> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12032'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10412'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10413> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '12033'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10413'^^xsd:string;
  dwc:observationDate '1992-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12623> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '541'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12623'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12624> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '542'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12624'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12625> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '543'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12625'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12626> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '544'^^xsd:integer;
  dwc:scientificName 'Chaetoceros danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149120'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12626'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '149120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12627> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '545'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12627'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12628> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '546'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12628'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12629> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '547'^^xsd:integer;
  dwc:scientificName 'Detonula confervacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149286'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12629'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '163224'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12630> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '548'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12630'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12631> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '549'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12631'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12632> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '550'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12632'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12633> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '551'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12633'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12634> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '552'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12634'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12635> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '553'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12635'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12636> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '554'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12636'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12637> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '555'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12637'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12638> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '556'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12638'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12639> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '557'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12639'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12640> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '558'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12640'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12641> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '559'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12641'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12642> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '560'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12642'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12643> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '561'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12643'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12644> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '562'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12644'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12645> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '563'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12645'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12646> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '564'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12646'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12647> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '565'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12647'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12761> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '533'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12761'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12762> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '534'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12762'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12763> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '535'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12763'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12764> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '536'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12764'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12765> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '537'^^xsd:integer;
  dwc:scientificName 'Chaetoceros danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149120'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12765'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '149120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12766> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '538'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12766'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12767> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '539'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12767'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12768> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '540'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12768'^^xsd:string;
  dwc:observationDate '1993-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13759> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8186'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13759'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13760> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8187'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13760'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13761> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8188'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13761'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13762> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8189'^^xsd:integer;
  dwc:scientificName 'Syracosphaera dalmatica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '235881'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13762'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '235879'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13763> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8190'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13763'^^xsd:string;
  dwc:observationDate '1992-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2487> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3099'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2487'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2488> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3100'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2488'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2489> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3101'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2489'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2490> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3102'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2490'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2491> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3103'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2491'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2492> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3104'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2492'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2493> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3105'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2493'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2494> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3106'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2494'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2495> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3107'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2495'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2482> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3094'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2482'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2483> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3095'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2483'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2484> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3096'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2484'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2485> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3097'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2485'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2486> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3098'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2486'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2475> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3087'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2475'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2476> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3088'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2476'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2477> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3089'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2477'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2472> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3084'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2472'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2473> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3085'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2473'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2474> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3086'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2474'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8230> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9850'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus jonesianus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163178'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8230'^^xsd:string;
  dwc:observationDate '1992-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '450730'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8231> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9851'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8231'^^xsd:string;
  dwc:observationDate '1992-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8232> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9852'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agile'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232554'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8232'^^xsd:string;
  dwc:observationDate '1992-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '707838'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8233> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9853'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8233'^^xsd:string;
  dwc:observationDate '1992-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8234> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9854'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8234'^^xsd:string;
  dwc:observationDate '1992-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8235> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9855'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8235'^^xsd:string;
  dwc:observationDate '1992-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8236> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9856'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8236'^^xsd:string;
  dwc:observationDate '1992-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3617> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4643'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3617'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3618> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4644'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3618'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3619> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4645'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3619'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3620> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4646'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3620'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3621> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4647'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3621'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3622> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4648'^^xsd:integer;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3622'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3623> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4649'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3623'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3624> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4650'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3624'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3625> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4651'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3625'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3626> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4652'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3626'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3627> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4653'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3627'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3628> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4654'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3628'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3629> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4655'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3629'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3630> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4656'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3630'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3631> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4657'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3631'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3632> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4658'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3632'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3633> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4659'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3633'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3634> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4660'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3634'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3635> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4661'^^xsd:integer;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3635'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3636> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4662'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3636'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3637> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4663'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3637'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3638> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4664'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3638'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3639> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4665'^^xsd:integer;
  dwc:scientificName 'Coccolithus pelagicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '178600'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3639'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3640> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4666'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3640'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3641> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4667'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3641'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3642> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4668'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3642'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3643> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4669'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3643'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3644> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4670'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3644'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3645> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4671'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3645'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3646> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4672'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3646'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3647> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4673'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3647'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3648> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4674'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3648'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3649> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "19"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4675'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '19'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3649'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3650> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "19"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4676'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '19'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3650'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3651> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "19"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4677'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '19'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3651'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3652> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "19"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4678'^^xsd:integer;
  dwc:scientificName 'Exuviaella perforata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '19'^^xsd:integer;
  dwc:aphiaid '576722'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3652'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '232516'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3653> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "19"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4679'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '19'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3653'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3654> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4680'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3654'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3655> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4681'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3655'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3656> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4682'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3656'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3657> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "39"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4683'^^xsd:integer;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '39'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3657'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3658> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "39"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4684'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '39'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3658'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3659> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "39"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4685'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '39'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3659'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3660> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "39"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4686'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '39'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3660'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3661> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "39"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4687'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '39'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3661'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3611> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4637'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3611'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3612> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4638'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3612'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3613> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4639'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3613'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3614> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4640'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3614'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3615> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4641'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3615'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3616> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4642'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3616'^^xsd:string;
  dwc:observationDate '1992-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2478> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3090'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2478'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2496> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3108'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2496'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2497> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3109'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2497'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2498> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3110'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2498'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2499> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3111'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2499'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2500> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3112'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2500'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2501> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3113'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2501'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2502> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3114'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2502'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2447> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3059'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2447'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2448> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3060'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2448'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2449> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3061'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2449'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2456> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3068'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2456'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2457> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3069'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2457'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2479> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3091'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2479'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2480> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3092'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2480'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2481> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3093'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2481'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2450> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3062'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2450'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2453> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3065'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2453'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2454> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3066'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2454'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2455> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3067'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2455'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2451> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3063'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2451'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2452> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3064'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2452'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2441> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3053'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2441'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2442> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3054'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2442'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2443> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3055'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2443'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2444> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3056'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2444'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2445> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3057'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2445'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2446> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3058'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2446'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2438> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3050'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2438'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2439> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3051'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2439'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2440> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3052'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2440'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3564> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4590'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3564'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3565> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4591'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3565'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3566> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4592'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3566'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3567> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4593'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3567'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3568> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4594'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3568'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3569> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4595'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3569'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2396> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3008'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2396'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2397> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3009'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia alata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2397'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '149168'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2398> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3010'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2398'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2389> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3001'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2389'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2390> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3002'^^xsd:integer;
  dwc:scientificName 'Nitzschia sigma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149213'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2390'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '149213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2391> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3003'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia alata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2391'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '149168'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2399> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3011'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2399'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2400> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3012'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2400'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2383> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2995'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia alata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2383'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '149168'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2384> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2996'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2384'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2385> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2997'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2385'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2386> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2998'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2386'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2387> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2999'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2387'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2388> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3000'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2388'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2392> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3004'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2392'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2393> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3005'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2393'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2394> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3006'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2394'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2395> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3007'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2395'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5006> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6356'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5006'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5007> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6357'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5007'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5008> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6358'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5008'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5009> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6359'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5009'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5010> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6360'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5010'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5003> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6353'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5003'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5004> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6354'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5004'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5005> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6355'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5005'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3570> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4596'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3570'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3571> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4597'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3571'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3572> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4598'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3572'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3573> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4599'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3573'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3574> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4600'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3574'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3575> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4601'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3575'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3576> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4602'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3576'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3577> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4603'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3577'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6511> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8095'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149271'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6511'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '149271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6512> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8096'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6512'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6513> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8097'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6513'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6514> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8098'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6514'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6515> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8099'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6515'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6516> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8100'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6516'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6517> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8101'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6517'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6518> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8102'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6518'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6519> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8103'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6519'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6520> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8104'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6520'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6521> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8105'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6521'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6522> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8106'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6522'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6523> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8107'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6523'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6524> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8108'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6524'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10149> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11769'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10149'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10150> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11770'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10150'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10151> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11771'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10151'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10153> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11773'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10153'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10154> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11774'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10154'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10155> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11775'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10155'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10156> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11776'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10156'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10157> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11777'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10157'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10158> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11778'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10158'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10159> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11779'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10159'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10133> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11753'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10133'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10134> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11754'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10134'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10135> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11755'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10135'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10136> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11756'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10136'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10137> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11757'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10137'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10138> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11758'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10138'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10139> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11759'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10139'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10140> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11760'^^xsd:integer;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10140'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10141> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11761'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10141'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10142> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11762'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10142'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10143> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11763'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10143'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10144> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11764'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10144'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10145> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11765'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10145'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10146> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11766'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10146'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10147> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11767'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10147'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10148> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11768'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10148'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10152> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11772'^^xsd:integer;
  dwc:scientificName 'Poropila dubia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574226'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10152'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_249> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1059'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_249'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_250> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1060'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_250'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_251> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1061'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_251'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_252> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1062'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_252'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_253> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1063'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_253'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_254> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1064'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_254'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_255> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1065'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_255'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_256> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1066'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_256'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_257> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1067'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_257'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4984> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6334'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4984'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4985> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6335'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4985'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4986> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6336'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4986'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4987> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6337'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4987'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4988> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6338'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4988'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4989> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6339'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4989'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4990> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6340'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4990'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4991> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6341'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4991'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4992> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6342'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4992'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4993> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6343'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4993'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4994> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6344'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4994'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4995> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6345'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4995'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4996> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6346'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4996'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4997> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6347'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4997'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4998> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6348'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4998'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4999> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6349'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4999'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5000> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6350'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5000'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5001> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6351'^^xsd:integer;
  dwc:scientificName 'Eutreptiella braarudii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '248121'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5001'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '248121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5002> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6352'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5002'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8281> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9901'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8281'^^xsd:string;
  dwc:observationDate '1992-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8282> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9902'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8282'^^xsd:string;
  dwc:observationDate '1992-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8283> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9903'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8283'^^xsd:string;
  dwc:observationDate '1992-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_245> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1055'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_245'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_246> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1056'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_246'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_247> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1057'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_247'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_248> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1058'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_248'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2375> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2987'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2375'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2376> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2988'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2376'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2377> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2989'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2377'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2378> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2990'^^xsd:integer;
  dwc:scientificName 'Nitzschia sigma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149213'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2378'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '149213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2379> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2991'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2379'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2380> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2992'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2380'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2381> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2993'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2381'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2382> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2994'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2382'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2362> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2974'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia alata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2362'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '149168'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2363> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2975'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2363'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2364> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2976'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2364'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2365> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2977'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2365'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2366> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2978'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2366'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2367> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2979'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2367'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2369> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2981'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2369'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2370> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2982'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2370'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2371> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2983'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2371'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2372> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2984'^^xsd:integer;
  dwc:scientificName 'Nitzschia sigma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149213'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2372'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '149213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2373> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2985'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2373'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2374> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2986'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2374'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2368> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2980'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2368'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2359> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2971'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2359'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2360> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2972'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2360'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2361> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2973'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2361'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10098> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11718'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10098'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10099> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11719'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10099'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10100> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11720'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10100'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10101> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11721'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10101'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10102> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11722'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10102'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10103> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11723'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10103'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10104> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11724'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10104'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10105> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11725'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10105'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10106> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11726'^^xsd:integer;
  dwc:scientificName 'Peridinium brevipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '156515'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10106'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10107> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11727'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10107'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10108> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11728'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10108'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10109> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11729'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10109'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10110> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11730'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10110'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10111> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11731'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10111'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10112> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11732'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10112'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10113> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11733'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10113'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10114> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11734'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10114'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10115> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11735'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10115'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10116> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11736'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10116'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10117> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11737'^^xsd:integer;
  dwc:scientificName 'Cochlodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109474'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10117'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10118> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11738'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10118'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10119> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11739'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10119'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10120> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11740'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10120'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10121> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11741'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10121'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10122> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11742'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10122'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10123> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11743'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10123'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10124> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11744'^^xsd:integer;
  dwc:scientificName 'Peridinium brevipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '156515'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10124'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10125> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11745'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10125'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10126> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11746'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10126'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10127> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11747'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10127'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10128> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11748'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10128'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10129> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11749'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10129'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10130> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11750'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10130'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10131> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11751'^^xsd:integer;
  dwc:scientificName 'Poropila dubia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '574226'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10131'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10132> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11752'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10132'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13137> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2953'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13137'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13138> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2954'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13138'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13139> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2955'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13139'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13140> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2956'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13140'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13141> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2957'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13141'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13142> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2958'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13142'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13143> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2959'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13143'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13144> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2960'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13144'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13145> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2961'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13145'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13146> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2962'^^xsd:integer;
  dwc:scientificName 'Nitzschia sigma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149213'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13146'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '149213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13147> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2963'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13147'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13148> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2964'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13148'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13149> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2965'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13149'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13150> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2966'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13150'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13151> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2967'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13151'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13152> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2968'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13152'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13153> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2969'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13153'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13154> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2970'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13154'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1039'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1040'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1041'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1042'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1043'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1044'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8266> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9886'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8266'^^xsd:string;
  dwc:observationDate '1992-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8267> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9887'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8267'^^xsd:string;
  dwc:observationDate '1992-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4965> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6315'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4965'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4966> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6316'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4966'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4967> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6317'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4967'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4968> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6318'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4968'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4969> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6319'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4969'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4970> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6320'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4970'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4971> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6321'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4971'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4972> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6322'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4972'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4973> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6323'^^xsd:integer;
  dwc:scientificName 'Glenodinium lenticula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163828'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4973'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '110001'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4974> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6324'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4974'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4975> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6325'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4975'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4976> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6326'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4976'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4977> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6327'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4977'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4978> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6328'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4978'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4979> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6329'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4979'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4980> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6330'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4980'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4981> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6331'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4981'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4982> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6332'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4982'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4983> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6333'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4983'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8268> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9888'^^xsd:integer;
  dwc:scientificName 'Poropila dubia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '574226'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8268'^^xsd:string;
  dwc:observationDate '1992-03-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8269> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9889'^^xsd:integer;
  dwc:scientificName 'Gymnodinium varians'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163825'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8269'^^xsd:string;
  dwc:observationDate '1992-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '163825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8270> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9890'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8270'^^xsd:string;
  dwc:observationDate '1992-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8271> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9891'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8271'^^xsd:string;
  dwc:observationDate '1992-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8272> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9892'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8272'^^xsd:string;
  dwc:observationDate '1992-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8273> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9893'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8273'^^xsd:string;
  dwc:observationDate '1992-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8274> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9894'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8274'^^xsd:string;
  dwc:observationDate '1992-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8275> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9895'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8275'^^xsd:string;
  dwc:observationDate '1992-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8276> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9896'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8276'^^xsd:string;
  dwc:observationDate '1992-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8277> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9897'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8277'^^xsd:string;
  dwc:observationDate '1992-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8278> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9898'^^xsd:integer;
  dwc:scientificName 'Pedinella tricostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '573931'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8278'^^xsd:string;
  dwc:observationDate '1992-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '573933'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8279> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9899'^^xsd:integer;
  dwc:scientificName 'Pseudopedinella spinifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '573961'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8279'^^xsd:string;
  dwc:observationDate '1992-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '248098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8280> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9900'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8280'^^xsd:string;
  dwc:observationDate '1992-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_243> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1053'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_243'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_244> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1054'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_244'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_235> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1045'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_235'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_236> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1046'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_236'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_237> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1047'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_237'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_238> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1048'^^xsd:integer;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_238'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_239> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1049'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_239'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_240> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1050'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_240'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_241> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1051'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_241'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_242> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1052'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_242'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_95>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_95> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_95> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_95>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_95>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_95" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1037'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_95'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_96>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_96> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_96> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_96>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_96>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_96" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1038'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_96'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4905> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6255'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4905'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4906> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6256'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4906'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4907> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6257'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4907'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4908> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6258'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4908'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4909> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6259'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4909'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4910> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6260'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4910'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4911> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6261'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4911'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4912> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6262'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4912'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4913> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6263'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4913'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4914> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6264'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4914'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4915> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6265'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4915'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4916> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6266'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4916'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4917> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6267'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4917'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4918> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6268'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4918'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4919> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6269'^^xsd:integer;
  dwc:scientificName 'Dinophysis caudata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109612'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4919'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '109612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4920> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6270'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4920'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4921> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6271'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4921'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4922> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6272'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4922'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4923> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6273'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4923'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4924> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6274'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4924'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4925> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6275'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4925'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6429> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8013'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6429'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6430> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8014'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6430'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6431> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8015'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6431'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6432> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8016'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6432'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6433> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8017'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6433'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6434> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8018'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6434'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6435> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8019'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6435'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13271> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4483'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13271'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13272> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4484'^^xsd:integer;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13272'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13273> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4485'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13273'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13122> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2938'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13122'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13123> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2939'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus janischii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '179607'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13123'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '179607'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13124> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2940'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13124'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13125> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2941'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13125'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13126> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2942'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13126'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13127> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2943'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus janischii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '179607'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13127'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '179607'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13128> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2944'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13128'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13129> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2945'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13129'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13131> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2947'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13131'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13132> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2948'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13132'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13133> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2949'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13133'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13134> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2950'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13134'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13135> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2951'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13135'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13136> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2952'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13136'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13448> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4466'^^xsd:integer;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13448'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13449> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4467'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13449'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13450> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4468'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13450'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13451> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4469'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13451'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13452> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4470'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13452'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13453> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4471'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13453'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13454> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4472'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13454'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13455> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4473'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13455'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13456> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4474'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13456'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13457> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4475'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13457'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13458> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4476'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13458'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13459> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4477'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13459'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13460> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4478'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13460'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13461> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4479'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13461'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13462> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4480'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13462'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13463> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4481'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13463'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13464> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4482'^^xsd:integer;
  dwc:scientificName 'Cyclotella caspia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163196'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13464'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '163196'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9925> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11545'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9925'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9926> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11546'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9926'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9927> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11547'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9927'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9928> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11548'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9928'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9929> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11549'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9929'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9930> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11550'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9930'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9931> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11551'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9931'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9932> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11552'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9932'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9933> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11553'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9933'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9934> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11554'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9934'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9935> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11555'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9935'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9936> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11556'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9936'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9937> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11557'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9937'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9938> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11558'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9938'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9939> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11559'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9939'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9940> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11560'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9940'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9941> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11561'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9941'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9942> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11562'^^xsd:integer;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9942'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9943> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11563'^^xsd:integer;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9943'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9944> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11564'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9944'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9945> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11565'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9945'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9946> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11566'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9946'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9947> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11567'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9947'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9948> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11568'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9948'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9949> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11569'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9949'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9950> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11570'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9950'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9951> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11571'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9951'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9952> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11572'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9952'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9953> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11573'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9953'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9954> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11574'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9954'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9955> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11575'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9955'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9956> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "74"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11576'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '74'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9956'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13130> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.91"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.91 36)"^^geo:wktLiteral ;
  geo-pos:lat "44.91"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2946'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '44.91'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13130'^^xsd:string;
  dwc:observationDate '1993-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8250> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 36)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9870'^^xsd:integer;
  dwc:scientificName 'Exuviaella marina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '160579'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8250'^^xsd:string;
  dwc:observationDate '1992-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '110301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8251> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 36)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9871'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8251'^^xsd:string;
  dwc:observationDate '1992-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8252> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 36)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9872'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8252'^^xsd:string;
  dwc:observationDate '1992-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8253> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45"^^xsd:decimal ;
  dwc:decimalLongitude "36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45 36)"^^geo:wktLiteral ;
  geo-pos:lat "45"^^xsd:decimal ;
  geo-pos:long "36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9873'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36'^^xsd:integer;
  dwc:latitude '45'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8253'^^xsd:string;
  dwc:observationDate '1992-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9986> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11606'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9986'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10066> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11686'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10066'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10067> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11687'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10067'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10068> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11688'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10068'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10069> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11689'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10069'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10070> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11690'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10070'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10071> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11691'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10071'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10072> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11692'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10072'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10073> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11693'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10073'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10074> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11694'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10074'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10075> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11695'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10075'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10076> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11696'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10076'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10077> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11697'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10077'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10078> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11698'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:aphiaid '149271'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10078'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '149271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10079> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11699'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:aphiaid '149038'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10079'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '149038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10080> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11700'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10080'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10081> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11701'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10081'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10082> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11702'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10082'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10083> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11703'^^xsd:integer;
  dwc:scientificName 'Calyptrosphaera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:aphiaid '235828'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10083'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '235828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10084> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11704'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10084'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10085> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11705'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10085'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10086> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11706'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10086'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10087> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11707'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10087'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10088> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11708'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10088'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10089> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11709'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10089'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10090> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11710'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10090'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10091> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11711'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10091'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10092> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11712'^^xsd:integer;
  dwc:scientificName 'Gyrodinium lachryma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:aphiaid '109859'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10092'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109859'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10093> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11713'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10093'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10094> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11714'^^xsd:integer;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10094'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10095> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11715'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10095'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10096> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11716'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10096'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10097> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11717'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10097'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9972> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11592'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9972'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9973> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11593'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9973'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9974> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11594'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9974'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9975> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11595'^^xsd:integer;
  dwc:scientificName 'Gyrodinium lachryma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109859'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9975'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109859'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9976> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11596'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9976'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9977> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11597'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9977'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9978> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11598'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9978'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9979> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11599'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9979'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9980> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11600'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9980'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9981> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11601'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9981'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9982> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11602'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9982'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9983> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11603'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9983'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9984> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11604'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9984'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9985> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11605'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9985'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9987> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11607'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9987'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9988> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11608'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9988'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9989> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11609'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9989'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9990> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11610'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9990'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9991> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11611'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9991'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9992> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11612'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9992'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9993> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11613'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9993'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9994> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11614'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9994'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9995> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11615'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9995'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9996> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11616'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9996'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9997> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11617'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9997'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9998> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11618'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9998'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9999> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11619'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9999'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10000> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11620'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10000'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10001> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11621'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10001'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10002> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11622'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10002'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10003> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11623'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10003'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10004> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11624'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10004'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10005> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11625'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10005'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10006> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11626'^^xsd:integer;
  dwc:scientificName 'Meringosphaera mediterranea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '248129'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10006'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '248129'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10007> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11627'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10007'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9959> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11579'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9959'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9960> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11580'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9960'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9961> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11581'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9961'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9962> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11582'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9962'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9963> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11583'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9963'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9965> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11585'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9965'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9966> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11586'^^xsd:integer;
  dwc:scientificName 'Amphidinium extensum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9966'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '1368615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9967> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11587'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9967'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9968> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11588'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9968'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9969> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11589'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9969'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9970> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11590'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9970'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9971> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11591'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9971'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9957> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11577'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9957'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9958> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11578'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9958'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10021> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11641'^^xsd:integer;
  dwc:scientificName 'Gyrodinium lachryma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109859'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10021'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109859'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10022> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11642'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10022'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10023> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11643'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10023'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10024> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11644'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10024'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10025> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11645'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10025'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10026> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11646'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10026'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10027> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11647'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10027'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10028> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11648'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10028'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10029> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11649'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10029'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10030> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11650'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10030'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10031> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11651'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10031'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10032> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11652'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10032'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10033> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11653'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10033'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10034> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11654'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10034'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10035> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11655'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10035'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10036> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11656'^^xsd:integer;
  dwc:scientificName 'Chlorophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '801'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10036'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10037> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11657'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10037'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10038> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11658'^^xsd:integer;
  dwc:scientificName 'Diplopsalis lenticula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '110001'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10038'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110001'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10039> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11659'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10039'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10040> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11660'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10040'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10041> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11661'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10041'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10042> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11662'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10042'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10043> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11663'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10043'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10044> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11664'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10044'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10045> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11665'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10045'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10046> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11666'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10046'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10047> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11667'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10047'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10048> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11668'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10048'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10049> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11669'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10049'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10050> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11670'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10050'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10051> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11671'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10051'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10052> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11672'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10052'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10053> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11673'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10053'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10054> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11674'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10054'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10055> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11675'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10055'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10056> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11676'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10056'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10057> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11677'^^xsd:integer;
  dwc:scientificName 'Meringosphaera mediterranea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '248129'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10057'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '248129'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10058> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11678'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10058'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10059> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11679'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10059'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10008> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11628'^^xsd:integer;
  dwc:scientificName 'Syracosphaera pulchra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '235979'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10008'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '235979'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10009> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11629'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10009'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10010> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11630'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10010'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10011> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11631'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10011'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10012> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11632'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10012'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10013> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11633'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10013'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10014> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11634'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10014'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10015> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11635'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10015'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10016> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11636'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10016'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10017> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11637'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10017'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10018> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11638'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10018'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10019> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11639'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10019'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10020> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11640'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10020'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10060> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11680'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10060'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10061> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11681'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10061'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10062> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11682'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10062'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10063> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11683'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10063'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10064> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11684'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10064'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10065> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11685'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10065'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9964> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11584'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9964'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6436> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8020'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6436'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6437> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8021'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6437'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6438> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8022'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6438'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6439> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8023'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6439'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6440> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8024'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6440'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6441> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8025'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6441'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6442> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8026'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6442'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6443> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8027'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6443'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6444> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8028'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6444'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6445> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8029'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6445'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6446> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8030'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6446'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6447> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8031'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6447'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6448> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8032'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6448'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6449> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8033'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6449'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6450> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8034'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6450'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6451> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8035'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6451'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6452> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8036'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6452'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6453> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8037'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6453'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6454> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8038'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6454'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6455> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8039'^^xsd:integer;
  dwc:scientificName 'Xanthophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '21539'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6455'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '17793'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6456> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8040'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6456'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6457> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8041'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6457'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6458> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8042'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6458'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6459> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8043'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6459'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6460> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8044'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6460'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6461> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8045'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6461'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6462> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8046'^^xsd:integer;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6462'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6463> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8047'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6463'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6464> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8048'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6464'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6465> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8049'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6465'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6466> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8050'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6466'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6467> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8051'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6467'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6468> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8052'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6468'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6469> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8053'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6469'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6470> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8054'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6470'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6471> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8055'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6471'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6472> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8056'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6472'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6473> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8057'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6473'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6474> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8058'^^xsd:integer;
  dwc:scientificName 'Xanthophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '21539'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6474'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '17793'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6475> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8059'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6475'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6476> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8060'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6476'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6477> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8061'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6477'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6478> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8062'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6478'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6479> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8063'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6479'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6480> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8064'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6480'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6481> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8065'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6481'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6482> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8066'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6482'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6483> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8067'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6483'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6484> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8068'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6484'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6485> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8069'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6485'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6486> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8070'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6486'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6487> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8071'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6487'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6488> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8072'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6488'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6489> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8073'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6489'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6490> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8074'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.4'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6490'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7913> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9533'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7913'^^xsd:string;
  dwc:observationDate '1994-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7914> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9534'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7914'^^xsd:string;
  dwc:observationDate '1994-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7915> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9535'^^xsd:integer;
  dwc:scientificName 'Prorocentrum scutellum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110314'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7915'^^xsd:string;
  dwc:observationDate '1994-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '110314'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7908> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9528'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7908'^^xsd:string;
  dwc:observationDate '1994-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7909> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9529'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7909'^^xsd:string;
  dwc:observationDate '1994-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7910> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9530'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7910'^^xsd:string;
  dwc:observationDate '1994-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7911> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9531'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7911'^^xsd:string;
  dwc:observationDate '1994-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7912> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9532'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7912'^^xsd:string;
  dwc:observationDate '1994-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7894> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9514'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus janischii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '179607'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7894'^^xsd:string;
  dwc:observationDate '1994-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '179607'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7895> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9515'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus janischii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '179607'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7895'^^xsd:string;
  dwc:observationDate '1994-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '179607'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7896> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9516'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus janischii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '179607'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7896'^^xsd:string;
  dwc:observationDate '1994-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '179607'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7897> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9517'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7897'^^xsd:string;
  dwc:observationDate '1994-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7898> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9518'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7898'^^xsd:string;
  dwc:observationDate '1994-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7899> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9519'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7899'^^xsd:string;
  dwc:observationDate '1994-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7900> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9520'^^xsd:integer;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7900'^^xsd:string;
  dwc:observationDate '1994-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7901> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9521'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7901'^^xsd:string;
  dwc:observationDate '1994-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7902> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9522'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7902'^^xsd:string;
  dwc:observationDate '1994-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7903> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9523'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7903'^^xsd:string;
  dwc:observationDate '1994-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7904> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9524'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7904'^^xsd:string;
  dwc:observationDate '1994-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7905> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9525'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7905'^^xsd:string;
  dwc:observationDate '1994-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7906> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9526'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7906'^^xsd:string;
  dwc:observationDate '1994-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7907> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.86"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.86 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.86"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9527'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.86'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7907'^^xsd:string;
  dwc:observationDate '1994-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2558> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3170'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2558'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2559> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3171'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2559'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2560> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3172'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2560'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2561> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3173'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2561'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2562> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3174'^^xsd:integer;
  dwc:scientificName 'Halopappus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '235859'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2562'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '235859'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2563> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3175'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2563'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2564> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3176'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2564'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2565> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3177'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2565'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2566> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3178'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2566'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2567> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3179'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2567'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2568> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3180'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2568'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2547> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3159'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2547'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2548> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3160'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2548'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2549> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3161'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2549'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2550> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3162'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2550'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2551> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3163'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2551'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2552> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3164'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2552'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2553> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3165'^^xsd:integer;
  dwc:scientificName 'Protoperidinium decipiens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '233390'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2553'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '233390'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2554> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3166'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2554'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2555> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3167'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2555'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2556> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3168'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2556'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2557> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3169'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2557'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2528> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3140'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2528'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2529> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3141'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2529'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2530> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3142'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2530'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2531> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3143'^^xsd:integer;
  dwc:scientificName 'Cyanophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146542'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2531'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2532> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3144'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2532'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2533> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3145'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2533'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2534> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3146'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2534'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2535> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3147'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2535'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2536> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3148'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2536'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2537> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3149'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2537'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2538> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3150'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2538'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3518> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4544'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3518'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3519> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4545'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3519'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3520> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4546'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3520'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3521> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4547'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3521'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3522> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4548'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3522'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3523> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4549'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3523'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3524> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4550'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3524'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3525> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4551'^^xsd:integer;
  dwc:scientificName 'Amphora sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149200'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3525'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3526> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4552'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3526'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3527> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4553'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3527'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3528> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4554'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3528'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3529> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4555'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3529'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3530> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4556'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3530'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3531> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4557'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3531'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3532> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4558'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3532'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3533> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4559'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3533'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3534> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4560'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3534'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3535> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4561'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3535'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3536> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4562'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3536'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3537> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4563'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3537'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3538> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4564'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3538'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3539> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4565'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3539'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3540> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4566'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3540'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3541> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4567'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3541'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3542> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4568'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3542'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3543> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4569'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3543'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3544> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4570'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3544'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3545> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4571'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3545'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3546> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4572'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3546'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3547> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4573'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3547'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3548> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4574'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3548'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3549> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4575'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3549'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2539> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3151'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2539'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2540> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3152'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2540'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2541> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3153'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2541'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2542> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3154'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2542'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2543> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3155'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2543'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2544> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3156'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2544'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2545> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3157'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2545'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2546> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3158'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2546'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2569> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3181'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2569'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2570> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3182'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2570'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2571> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3183'^^xsd:integer;
  dwc:scientificName 'Chilomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '22577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2571'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '22577'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2572> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3184'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2572'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2573> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3185'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2573'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2574> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3186'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2574'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2575> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3187'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2575'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2576> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3188'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2576'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2577> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3189'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2577'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2578> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3190'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2578'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2590> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3202'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2590'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2591> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3203'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2591'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2592> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3204'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2592'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2593> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3205'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2593'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2594> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3206'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2594'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2595> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3207'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2595'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2579> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3191'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2579'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2580> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3192'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2580'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2581> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3193'^^xsd:integer;
  dwc:scientificName 'Dinophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '21005'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2581'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '19542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2582> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3194'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2582'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2583> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3195'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2583'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2584> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3196'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2584'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2585> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3197'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2585'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2586> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3198'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2586'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2587> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3199'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2587'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2588> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3200'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2588'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2589> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3201'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2589'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3493> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4519'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3493'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3494> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4520'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3494'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3495> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4521'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3495'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3496> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4522'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3496'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3497> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4523'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3497'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3498> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4524'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3498'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3499> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4525'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3499'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3500> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4526'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3500'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3501> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4527'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3501'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3502> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4528'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3502'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3503> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4529'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3503'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3507> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4533'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3507'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3508> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4534'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3508'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_140> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '932'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_140'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_141> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '933'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_141'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_142> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '934'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_142'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_143> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '935'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_143'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3505> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4531'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3505'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3506> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4532'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3506'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3504> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4530'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3504'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4926> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6276'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4926'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4927> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6277'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4927'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4928> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6278'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4928'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4929> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6279'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4929'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4930> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6280'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4930'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4931> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6281'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4931'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4932> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6282'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4932'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13274> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4486'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13274'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13275> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4487'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13275'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13276> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4488'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13276'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13277> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4489'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13277'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13278> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4490'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13278'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13279> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4491'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13279'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13280> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4492'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13280'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13281> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4493'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13281'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13282> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4494'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13282'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13283> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4495'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13283'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13284> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4501'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13284'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13285> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4502'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13285'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13286> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4503'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13286'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13287> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4504'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13287'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13288> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4505'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13288'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13289> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4506'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13289'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13290> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4507'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13290'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13291> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4508'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13291'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13292> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4509'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13292'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13293> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4510'^^xsd:integer;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13293'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13294> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4511'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13294'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13295> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4512'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13295'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13296> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4513'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13296'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13297> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4514'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13297'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13298> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4515'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13298'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13299> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4516'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13299'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13300> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4517'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13300'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13301> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4518'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13301'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13465> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4496'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13465'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13466> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4497'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13466'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13467> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4498'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13467'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13468> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4499'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13468'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_178> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '970'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_178'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_179> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '971'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_179'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_180> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '972'^^xsd:integer;
  dwc:scientificName 'Thalassiosira sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '148912'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_180'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '148912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_181> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '973'^^xsd:integer;
  dwc:scientificName 'Thalassiosira subsalina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '163480'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_181'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '163480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_182> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '974'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_182'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_183> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '975'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_183'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_184> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '976'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_184'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_185> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '977'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_185'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_186> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '978'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_186'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_187> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '979'^^xsd:integer;
  dwc:scientificName 'Thalassiosira sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '148912'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_187'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '148912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_188> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '980'^^xsd:integer;
  dwc:scientificName 'Thalassiosira subsalina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '163480'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_188'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '163480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_189> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '981'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_189'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_190> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '982'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_190'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_191> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '983'^^xsd:integer;
  dwc:scientificName 'Cyanophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '146542'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_191'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '146542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_150> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '942'^^xsd:integer;
  dwc:scientificName 'Chaetoceros similis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149127'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_150'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '149127'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_151> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '943'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_151'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_152> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '944'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_152'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_153> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '945'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_153'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_154> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '946'^^xsd:integer;
  dwc:scientificName 'Cyclotella caspia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '163196'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_154'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '163196'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_155> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '947'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_155'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_156> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '948'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_156'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_157> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '949'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_157'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_164> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '956'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_164'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_165> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '957'^^xsd:integer;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_165'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_166> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '958'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_166'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_167> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '959'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_167'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_168> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '960'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_168'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_169> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '961'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_169'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_170> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '962'^^xsd:integer;
  dwc:scientificName 'Thalassiosira nana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '149256'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_170'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '149256'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_171> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '963'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_171'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_172> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '964'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_172'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_173> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '965'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_173'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_174> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '966'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_174'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_175> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '967'^^xsd:integer;
  dwc:scientificName 'Cyanophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '146542'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_175'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '146542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_176> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '968'^^xsd:integer;
  dwc:scientificName 'Cyclotella caspia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '163196'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_176'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '163196'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_177> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '969'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_177'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_158> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '950'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_158'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_159> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '951'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_159'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_160> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '952'^^xsd:integer;
  dwc:scientificName 'Thalassiosira nana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149256'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_160'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '149256'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_161> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '953'^^xsd:integer;
  dwc:scientificName 'Thalassiosira subsalina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '163480'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_161'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '163480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_162> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '954'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_162'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_163> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '955'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_163'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_144> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '936'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_144'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_145> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '937'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_145'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_146> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '938'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_146'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_147> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '939'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_147'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_148> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '940'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_148'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_149> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '941'^^xsd:integer;
  dwc:scientificName 'Thalassiosira nana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149256'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_149'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '149256'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_194> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '986'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_194'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_195> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '987'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_195'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_192> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '984'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_192'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_193> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '985'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_193'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3509> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4535'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3509'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3510> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4536'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3510'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3511> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4537'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3511'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3512> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4538'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3512'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3513> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4539'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3513'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3514> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4540'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3514'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3515> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4541'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3515'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3516> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4542'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3516'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3517> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4543'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3517'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4933> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6283'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4933'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4934> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6284'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4934'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4935> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6285'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4935'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4936> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6286'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4936'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4937> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6287'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4937'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4938> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6288'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4938'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4939> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6289'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4939'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4940> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6290'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4940'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4941> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6291'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4941'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4942> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6292'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4942'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4943> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6293'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4943'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4944> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6294'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4944'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4945> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6295'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4945'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4946> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6296'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4946'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4947> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6297'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4947'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4948> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6298'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '149106'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4948'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '149106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4949> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6299'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4949'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4950> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6300'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4950'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4951> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6301'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4951'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4952> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6302'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4952'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4953> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6303'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4953'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4954> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6304'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4954'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4955> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6305'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4955'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4956> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6306'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4956'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4957> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6307'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4957'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4958> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6308'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4958'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4959> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6309'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4959'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4960> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6310'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4960'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4961> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6311'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4961'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4962> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6312'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4962'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4963> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6313'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4963'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4964> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6314'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4964'^^xsd:string;
  dwc:observationDate '1992-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13469> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4500'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13469'^^xsd:string;
  dwc:observationDate '1992-07-15'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2623> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3235'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2623'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2624> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3236'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2624'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2625> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3237'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2625'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2626> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3238'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2626'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2627> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3239'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2627'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2628> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3240'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2628'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2629> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3241'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2629'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2596> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3208'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2596'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2597> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3209'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2597'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2598> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3210'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2598'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2599> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3211'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2599'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2600> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3212'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2600'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2601> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3213'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2601'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2602> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3214'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2602'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2603> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3215'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2603'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2604> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3216'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2604'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2605> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3217'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2605'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2606> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3218'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2606'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2607> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3219'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2607'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2608> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3220'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2608'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2609> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3221'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2609'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2610> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3222'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2610'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2611> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3223'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2611'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2612> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3224'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2612'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2613> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3225'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2613'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2614> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3226'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2614'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2615> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3227'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2615'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2616> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3228'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2616'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2617> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3229'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2617'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2618> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3230'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2618'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2619> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3231'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2619'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2620> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3232'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2620'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2621> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3233'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2621'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2622> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.43)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3234'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.43'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2622'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8237> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.45)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9857'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.45'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8237'^^xsd:string;
  dwc:observationDate '1992-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8238> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.45)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9858'^^xsd:integer;
  dwc:scientificName 'Chrysococcus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.45'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '248110'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8238'^^xsd:string;
  dwc:observationDate '1992-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '248110'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8239> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.45)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9859'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.45'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8239'^^xsd:string;
  dwc:observationDate '1992-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8240> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.45)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9860'^^xsd:integer;
  dwc:scientificName 'Olisthodiscus magnus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.45'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '376669'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8240'^^xsd:string;
  dwc:observationDate '1992-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '376669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8241> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.45)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9861'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.45'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8241'^^xsd:string;
  dwc:observationDate '1992-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8242> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.45)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9862'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.45'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8242'^^xsd:string;
  dwc:observationDate '1992-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8243> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "36.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 36.45)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "36.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9863'^^xsd:integer;
  dwc:scientificName 'Poropila dubia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.45'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574226'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8243'^^xsd:string;
  dwc:observationDate '1992-03-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7493> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9113'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7493'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7494> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9114'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7494'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7495> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9115'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7495'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7496> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9116'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7496'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7497> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9117'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149106'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7497'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '149106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7499> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9119'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7499'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7500> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9120'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7500'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7501> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9121'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7501'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7502> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9122'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7502'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7503> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9123'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7503'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7504> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9124'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7504'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7505> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9125'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7505'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7506> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9126'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7506'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7507> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9127'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7507'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7508> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9128'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7508'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7509> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9129'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7509'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7510> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9130'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7510'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7511> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9131'^^xsd:integer;
  dwc:scientificName 'Peridinium punctulatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '162790'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7511'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '110248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7512> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9132'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7512'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7498> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9118'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7498'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7475> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9095'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149106'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7475'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '149106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7476> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9096'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149106'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7476'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '149106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7477> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9097'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7477'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7478> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9098'^^xsd:integer;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7478'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7479> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9099'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia alata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7479'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '149168'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7480> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9100'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7480'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7481> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9101'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7481'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7482> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9102'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7482'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7483> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9103'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7483'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7484> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9104'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7484'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7485> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9105'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7485'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7486> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9106'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7486'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7487> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9107'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7487'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7488> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9108'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7488'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7489> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9109'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7489'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7490> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9110'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7490'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7491> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9111'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7491'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7492> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.96"^^xsd:decimal ;
  dwc:decimalLongitude "36.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.96 36.46)"^^geo:wktLiteral ;
  geo-pos:lat "44.96"^^xsd:decimal ;
  geo-pos:long "36.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9112'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.46'^^xsd:double;
  dwc:latitude '44.96'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7492'^^xsd:string;
  dwc:observationDate '1994-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5900> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.48)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7412'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.48'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5900'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5901> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.48)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7413'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.48'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5901'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5902> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.48)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7414'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.48'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5902'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5903> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.48)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7415'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.48'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5903'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5904> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.48)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7416'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.48'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5904'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5905> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.48)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7417'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.48'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5905'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5906> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.48)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7418'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.48'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5906'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5907> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.48)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7419'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.48'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5907'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5908> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.48)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7420'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.48'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5908'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5909> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.48)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7421'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.48'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5909'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5910> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.48)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7422'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.48'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5910'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5911> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.48)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7423'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.48'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5911'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2520> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3132'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2520'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2521> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3133'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2521'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2522> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3134'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2522'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2523> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3135'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2523'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2524> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3136'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2524'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2525> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3137'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2525'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2526> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3138'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2526'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2527> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3139'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2527'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3427> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4201'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3427'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3428> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4202'^^xsd:integer;
  dwc:scientificName 'Amphidinium crassum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109726'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3428'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '109726'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3429> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4203'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3429'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3430> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4204'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3430'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3431> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4205'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3431'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3432> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4206'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3432'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3433> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4207'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3433'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2513> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3125'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2513'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2517> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3129'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2517'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2518> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3130'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2518'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2519> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3131'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2519'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2514> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3126'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2514'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2515> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3127'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2515'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2516> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3128'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2516'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3420> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4194'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3420'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3421> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4195'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3421'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3422> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4196'^^xsd:integer;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3422'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3423> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4197'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3423'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3424> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4198'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3424'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3425> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4199'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3425'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3413> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4187'^^xsd:integer;
  dwc:scientificName 'Peridinium granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '162785'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3413'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '110223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3414> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4188'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3414'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3415> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4189'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3415'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3416> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4190'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3416'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3417> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4191'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3417'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3418> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4192'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3418'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3419> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4193'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3419'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12551> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '577'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12551'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12552> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '578'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12552'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12553> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '579'^^xsd:integer;
  dwc:scientificName 'Detonula confervacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149286'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12553'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '163224'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12554> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '580'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12554'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12555> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '581'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12555'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12556> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '582'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12556'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12557> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '583'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12557'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12558> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '584'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12558'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12559> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '585'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12559'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12560> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '586'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12560'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12561> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '587'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12561'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12562> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '588'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12562'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12565> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '591'^^xsd:integer;
  dwc:scientificName 'Detonula confervacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149286'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12565'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '163224'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12566> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '592'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12566'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12567> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '593'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12567'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12568> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '594'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12568'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12571> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '595'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12571'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12572> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '596'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12572'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12573> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '597'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12573'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12648> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '566'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12648'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12649> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '567'^^xsd:integer;
  dwc:scientificName 'Chaetoceros danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149120'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12649'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '149120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12650> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '568'^^xsd:integer;
  dwc:scientificName 'Detonula confervacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149286'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12650'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '163224'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12651> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '569'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12651'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12652> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '570'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12652'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12653> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '571'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12653'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12654> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '572'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12654'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12655> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '573'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12655'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12656> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '574'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12656'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12657> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '575'^^xsd:integer;
  dwc:scientificName 'Chaetoceros danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149120'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12657'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '149120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12658> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '576'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12658'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12563> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '589'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12563'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12564> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '590'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12564'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13578> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6008'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13578'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13579> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6009'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13579'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13580> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6010'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13580'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13581> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6011'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13581'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13582> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6012'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13582'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13583> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6013'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13583'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13584> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6014'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13584'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13585> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6015'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13585'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13586> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6016'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13586'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13587> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6017'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13587'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13588> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6018'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13588'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13589> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6019'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13589'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13590> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6020'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13590'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13591> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6021'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13591'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8219> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9839'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8219'^^xsd:string;
  dwc:observationDate '1992-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8220> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9840'^^xsd:integer;
  dwc:scientificName 'Gymnodinium varians'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163825'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8220'^^xsd:string;
  dwc:observationDate '1992-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '163825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8221> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9841'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8221'^^xsd:string;
  dwc:observationDate '1992-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8222> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9842'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8222'^^xsd:string;
  dwc:observationDate '1992-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9519> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11139'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9519'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9520> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11140'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9520'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9521> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11141'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9521'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9522> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11142'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9522'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9524> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11144'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9524'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9525> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11145'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9525'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9526> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11146'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9526'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9527> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11147'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9527'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9528> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11148'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9528'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9529> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11149'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9529'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9530> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11150'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9530'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9531> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11151'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9531'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9532> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11152'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9532'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9533> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11153'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9533'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9534> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11154'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9534'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9536> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11156'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9536'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9537> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11157'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9537'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9538> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11158'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9538'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9539> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11159'^^xsd:integer;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9539'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9540> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11160'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9540'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9541> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11161'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9541'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9542> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11162'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9542'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9543> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11163'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9543'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9544> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11164'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9544'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9545> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11165'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9545'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3426> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4200'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3426'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9535> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11155'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9535'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9523> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11143'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9523'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2510> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3122'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2510'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2511> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3123'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2511'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2512> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3124'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2512'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2503> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3115'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2503'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2504> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3116'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2504'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2505> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3117'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2505'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2506> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3118'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2506'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2507> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3119'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2507'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2508> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3120'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2508'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2509> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3121'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2509'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2404> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3016'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2404'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2405> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3017'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2405'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2406> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3018'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2406'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2407> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3019'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2407'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2408> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3020'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2408'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2409> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3021'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2409'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2402> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3014'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2402'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2403> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3015'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2403'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2401> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3013'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2401'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2435> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3047'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2435'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2419> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3031'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2419'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2420> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3032'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2420'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2421> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3033'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2421'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2422> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3034'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2422'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2423> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3035'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2423'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2424> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3036'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2424'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2425> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3037'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2425'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2426> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3038'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2426'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2427> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3039'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2427'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2428> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3040'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2428'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2429> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3041'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2429'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2430> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3042'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2430'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2431> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3043'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2431'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2432> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3044'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2432'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8223> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9843'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8223'^^xsd:string;
  dwc:observationDate '1992-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8224> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9844'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8224'^^xsd:string;
  dwc:observationDate '1992-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8225> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9845'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8225'^^xsd:string;
  dwc:observationDate '1992-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8226> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9846'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8226'^^xsd:string;
  dwc:observationDate '1992-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8227> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9847'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agile'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232554'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8227'^^xsd:string;
  dwc:observationDate '1992-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '707838'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8228> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9848'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8228'^^xsd:string;
  dwc:observationDate '1992-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8229> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9849'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8229'^^xsd:string;
  dwc:observationDate '1992-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_258> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1068'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_258'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_259> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1069'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_259'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_260> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1070'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_260'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_261> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1071'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_261'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_262> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1072'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_262'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1081'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1082'^^xsd:integer;
  dwc:scientificName 'Detonula confervacea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149286'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '163224'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1083'^^xsd:integer;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1084'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_381> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4323'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_381'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_382> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4324'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_382'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_383> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4325'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_383'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_384> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4326'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_384'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_385> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4327'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_385'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_386> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4328'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_386'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_387> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4329'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_387'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_388> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4330'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_388'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_389> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4331'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_389'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_390> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4332'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_390'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_391> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4333'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_391'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_392> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4334'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_392'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6335> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7919'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6335'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6336> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7920'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6336'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6337> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7921'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6337'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6338> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7922'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6338'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6339> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7923'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6339'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6340> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7924'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6340'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6341> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7925'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6341'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6342> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7926'^^xsd:integer;
  dwc:scientificName 'Dinophysis sphaerica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109660'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6342'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '109660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6343> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7927'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6343'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6344> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7928'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6344'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6345> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7929'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6345'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6346> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7930'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6346'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6347> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7931'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6347'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6348> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7932'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6348'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6349> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7933'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agiliforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109780'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6349'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '109780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6350> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7934'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6350'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6351> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7935'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6351'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6352> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7936'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6352'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6353> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7937'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6353'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6354> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7938'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6354'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6355> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7939'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6355'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6356> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7940'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6356'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6357> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7941'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6357'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6358> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7942'^^xsd:integer;
  dwc:scientificName 'Pseudopedinella tricostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '160601'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6358'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '573933'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6359> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7943'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6359'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6360> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7944'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6360'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6361> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7945'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6361'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2410> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3022'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2410'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2411> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3023'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2411'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2412> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3024'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2412'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2417> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3029'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2417'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2418> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3030'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2418'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2413> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3025'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2413'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2414> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3026'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2414'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2415> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3027'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2415'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2416> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3028'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2416'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2433> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3045'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2433'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2434> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3046'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2434'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2436> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3048'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2436'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2437> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3049'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2437'^^xsd:string;
  dwc:observationDate '1993-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_393> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4335'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_393'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_394> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4336'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_394'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_395> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4337'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_395'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_396> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4338'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_396'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_397> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4339'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_397'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_398> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4340'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_398'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1085'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_11'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1086'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1087'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_269> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1079'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_269'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_270> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1080'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_270'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_263> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1073'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_263'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_264> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1074'^^xsd:integer;
  dwc:scientificName 'Chaetoceros danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149120'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_264'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '149120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_265> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1075'^^xsd:integer;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_265'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_266> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1076'^^xsd:integer;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_266'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_267> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1077'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_267'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_268> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1078'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_268'^^xsd:string;
  dwc:observationDate '1993-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8244> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9864'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8244'^^xsd:string;
  dwc:observationDate '1992-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8245> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9865'^^xsd:integer;
  dwc:scientificName 'Gymnodinium variabile'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109835'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8245'^^xsd:string;
  dwc:observationDate '1992-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '109835'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8246> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9866'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8246'^^xsd:string;
  dwc:observationDate '1992-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8247> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9867'^^xsd:integer;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8247'^^xsd:string;
  dwc:observationDate '1992-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8248> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9868'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8248'^^xsd:string;
  dwc:observationDate '1992-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8249> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 36.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "36.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9869'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.5'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8249'^^xsd:string;
  dwc:observationDate '1992-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9685> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11305'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.51'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9685'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9686> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11306'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.51'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9686'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9687> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11307'^^xsd:integer;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.51'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9687'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9688> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11308'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.51'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9688'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9689> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11309'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.51'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9689'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9690> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11310'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.51'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9690'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9691> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11311'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.51'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9691'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9692> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11312'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.51'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9692'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9693> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11313'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.51'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9693'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9694> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11314'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.51'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9694'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9695> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11315'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.51'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9695'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9696> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11316'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.51'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9696'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9697> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11317'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.51'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9697'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9698> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11318'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.51'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9698'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9699> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11319'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.51'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9699'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9700> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11320'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.51'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9700'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9701> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11321'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.51'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9701'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9702> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11322'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.51'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9702'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9703> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11323'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.51'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9703'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9704> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11324'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.51'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9704'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9705> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "36.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 36.51)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "36.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11325'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.51'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9705'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10160> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "36.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "36.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11780'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.77'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10160'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10161> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "36.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "36.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11781'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.77'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10161'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10162> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "36.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "36.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11782'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.77'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10162'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10163> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "36.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "36.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11783'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.77'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10163'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10164> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "36.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "36.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11784'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.77'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10164'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10165> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "36.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "36.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11785'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.77'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10165'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10166> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "36.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "36.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11786'^^xsd:integer;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.77'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10166'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10167> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "36.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "36.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11787'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.77'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10167'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10168> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "36.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "36.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11788'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.77'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10168'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10169> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "36.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "36.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11789'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.77'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10169'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10170> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "36.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "36.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11790'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.77'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10170'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10171> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "36.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "36.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11791'^^xsd:integer;
  dwc:scientificName 'Amphidinium extensum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.77'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10171'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '1368615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10172> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "36.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "36.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11792'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.77'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10172'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10173> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "36.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "36.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11793'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.77'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10173'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10174> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "36.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "36.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11794'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.77'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10174'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10175> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "36.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "36.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11795'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.77'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10175'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10176> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "36.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "36.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11796'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.77'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10176'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10177> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "36.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "36.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11797'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.77'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10177'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10178> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "36.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "36.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11798'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.77'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10178'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10179> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "36.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "36.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11799'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.77'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10179'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10180> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "36.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "36.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11800'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.77'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10180'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10181> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "36.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "36.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11801'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.77'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10181'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10182> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.8"^^xsd:decimal ;
  dwc:decimalLongitude "36.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.8 36.77)"^^geo:wktLiteral ;
  geo-pos:lat "44.8"^^xsd:decimal ;
  geo-pos:long "36.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_10182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11802'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.77'^^xsd:double;
  dwc:latitude '44.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_10182'^^xsd:string;
  dwc:observationDate '1992-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6414> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 36.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.01"^^xsd:decimal ;
  dwc:decimalLongitude "36.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 36.96)"^^geo:wktLiteral ;
  geo-pos:lat "44.01"^^xsd:decimal ;
  geo-pos:long "36.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7998'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.96'^^xsd:double;
  dwc:latitude '44.01'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6414'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6415> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 36.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.01"^^xsd:decimal ;
  dwc:decimalLongitude "36.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 36.96)"^^geo:wktLiteral ;
  geo-pos:lat "44.01"^^xsd:decimal ;
  geo-pos:long "36.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7999'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.96'^^xsd:double;
  dwc:latitude '44.01'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6415'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6416> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 36.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.01"^^xsd:decimal ;
  dwc:decimalLongitude "36.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 36.96)"^^geo:wktLiteral ;
  geo-pos:lat "44.01"^^xsd:decimal ;
  geo-pos:long "36.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8000'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.96'^^xsd:double;
  dwc:latitude '44.01'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6416'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6417> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 36.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.01"^^xsd:decimal ;
  dwc:decimalLongitude "36.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 36.96)"^^geo:wktLiteral ;
  geo-pos:lat "44.01"^^xsd:decimal ;
  geo-pos:long "36.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8001'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.96'^^xsd:double;
  dwc:latitude '44.01'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6417'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6418> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 36.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.01"^^xsd:decimal ;
  dwc:decimalLongitude "36.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 36.96)"^^geo:wktLiteral ;
  geo-pos:lat "44.01"^^xsd:decimal ;
  geo-pos:long "36.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8002'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.96'^^xsd:double;
  dwc:latitude '44.01'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6418'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6419> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 36.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.01"^^xsd:decimal ;
  dwc:decimalLongitude "36.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 36.96)"^^geo:wktLiteral ;
  geo-pos:lat "44.01"^^xsd:decimal ;
  geo-pos:long "36.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8003'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.96'^^xsd:double;
  dwc:latitude '44.01'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6419'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6409> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 36.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.01"^^xsd:decimal ;
  dwc:decimalLongitude "36.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 36.96)"^^geo:wktLiteral ;
  geo-pos:lat "44.01"^^xsd:decimal ;
  geo-pos:long "36.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7993'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.96'^^xsd:double;
  dwc:latitude '44.01'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6409'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6410> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 36.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.01"^^xsd:decimal ;
  dwc:decimalLongitude "36.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 36.96)"^^geo:wktLiteral ;
  geo-pos:lat "44.01"^^xsd:decimal ;
  geo-pos:long "36.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7994'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.96'^^xsd:double;
  dwc:latitude '44.01'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6410'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6411> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 36.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.01"^^xsd:decimal ;
  dwc:decimalLongitude "36.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 36.96)"^^geo:wktLiteral ;
  geo-pos:lat "44.01"^^xsd:decimal ;
  geo-pos:long "36.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7995'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.96'^^xsd:double;
  dwc:latitude '44.01'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6411'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6412> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 36.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.01"^^xsd:decimal ;
  dwc:decimalLongitude "36.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 36.96)"^^geo:wktLiteral ;
  geo-pos:lat "44.01"^^xsd:decimal ;
  geo-pos:long "36.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7996'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.96'^^xsd:double;
  dwc:latitude '44.01'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6412'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6413> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 36.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.01"^^xsd:decimal ;
  dwc:decimalLongitude "36.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.01 36.96)"^^geo:wktLiteral ;
  geo-pos:lat "44.01"^^xsd:decimal ;
  geo-pos:long "36.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7997'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.96'^^xsd:double;
  dwc:latitude '44.01'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6413'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5912> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.2"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7424'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.2'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5912'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5913> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.2"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7425'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.2'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5913'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5914> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.2"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7426'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.2'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5914'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5915> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.2"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7427'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.2'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5915'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5916> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.2"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7428'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.2'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5916'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5917> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.2"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7429'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.2'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5917'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5918> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.2"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7430'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.2'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5918'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5919> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.2"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7431'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.2'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5919'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5920> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.2"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7432'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.2'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5920'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5921> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.2"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7433'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.2'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5921'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5922> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.2"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7434'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.2'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5922'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6362> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7946'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6362'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6363> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7947'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6363'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6364> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7948'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6364'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6365> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7949'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6365'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6366> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7950'^^xsd:integer;
  dwc:scientificName 'Eutreptiella braarudii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '248121'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6366'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '248121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6367> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7951'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6367'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6368> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7952'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6368'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6369> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7953'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6369'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6370> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7954'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6370'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6371> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7955'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6371'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6372> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7956'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6372'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6373> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7957'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6373'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6374> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7958'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6374'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6375> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7959'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6375'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6376> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7960'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6376'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6377> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7961'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6377'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6378> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7962'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6378'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6379> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7963'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6379'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6380> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7964'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6380'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6381> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7965'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6381'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6382> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7966'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6382'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6383> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7967'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6383'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6384> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7968'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6384'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6385> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7969'^^xsd:integer;
  dwc:scientificName 'Distephanus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '160554'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6385'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '836683'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6386> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7970'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6386'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6387> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7971'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6387'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6388> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7972'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6388'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6389> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7973'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6389'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6390> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7974'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6390'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6391> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7975'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6391'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6392> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7976'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6392'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6393> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7977'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6393'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6394> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7978'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6394'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6395> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7979'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6395'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6396> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7980'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6396'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6397> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7981'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6397'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6398> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7982'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6398'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6399> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7983'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6399'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6400> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7984'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6400'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6401> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7985'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6401'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6402> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7986'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6402'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6403> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7987'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6403'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6404> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7988'^^xsd:integer;
  dwc:scientificName 'Xanthophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '21539'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6404'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '17793'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6405> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7989'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6405'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6406> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7990'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6406'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6407> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7991'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6407'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6408> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "36.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 36.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "36.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7992'^^xsd:integer;
  dwc:scientificName 'Pronoctiluca pelagica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '36.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109903'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6408'^^xsd:string;
  dwc:observationDate '1992-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '109903'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3453> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.15"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.15"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4227'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.15'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3453'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3454> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.15"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.15"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4228'^^xsd:integer;
  dwc:scientificName 'Chrysochromulina pontica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.15'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '575748'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3454'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '575748'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3455> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.15"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.15"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4229'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.15'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3455'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3456> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.15"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.15"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4230'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.15'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3456'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3457> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.15"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.15"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4231'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.15'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3457'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3434> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.15"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.15"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4208'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3434'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3435> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.15"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.15"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4209'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3435'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3436> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.15"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.15"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4210'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3436'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3437> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.15"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.15"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4211'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3437'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3438> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.15"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.15"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4212'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3438'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3439> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.15"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.15"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4213'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3439'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3440> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.15"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.15"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4214'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3440'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3441> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.15"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.15"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4215'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3441'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3442> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.15"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.15"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4216'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3442'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3443> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.15"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.15"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4217'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3443'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3444> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.15"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.15"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4218'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3444'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3445> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.15"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.15"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4219'^^xsd:integer;
  dwc:scientificName 'Amphidinium crassum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109726'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3445'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '109726'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3446> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.15"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.15"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4220'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3446'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3447> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.15"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.15"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4221'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3447'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3448> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.15"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.15"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4222'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3448'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3449> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.15"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.15"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4223'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3449'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3450> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.15"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.15"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4224'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.15'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3450'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3451> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.15"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.15"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4225'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.15'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3451'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3452> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.15"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.15 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.15"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4226'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.15'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3452'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2760> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3372'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2760'^^xsd:string;
  dwc:observationDate '1993-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2761> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3373'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2761'^^xsd:string;
  dwc:observationDate '1993-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2762> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3374'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2762'^^xsd:string;
  dwc:observationDate '1993-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2763> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3375'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2763'^^xsd:string;
  dwc:observationDate '1993-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2764> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3376'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2764'^^xsd:string;
  dwc:observationDate '1993-10-04'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12574> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '598'^^xsd:integer;
  dwc:scientificName 'Chaetoceros danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149120'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12574'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '149120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12575> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '599'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12575'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12576> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '600'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12576'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12577> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '601'^^xsd:integer;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12577'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12578> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '602'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12578'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12579> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '603'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12579'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12580> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '604'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12580'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12581> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '605'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12581'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12582> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '606'^^xsd:integer;
  dwc:scientificName 'Chaetoceros danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149120'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12582'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '149120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12583> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '607'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12583'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12584> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '608'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12584'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12585> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '609'^^xsd:integer;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12585'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12586> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '610'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12586'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12587> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '613'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12587'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12588> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '614'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12588'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12589> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '615'^^xsd:integer;
  dwc:scientificName 'Chaetoceros danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149120'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12589'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '149120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12590> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '616'^^xsd:integer;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12590'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12591> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '617'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12591'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12592> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '618'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12592'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12593> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '619'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12593'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12594> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '620'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12594'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12595> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '621'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12595'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12596> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '622'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12596'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12597> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '623'^^xsd:integer;
  dwc:scientificName 'Chaetoceros danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149120'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12597'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '149120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12598> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '624'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12598'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12599> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '625'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12599'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12600> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '626'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12600'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12601> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '627'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12601'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12769> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '611'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12769'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12770> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '612'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12770'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9557> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11177'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9557'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9558> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11178'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9558'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9559> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11179'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9559'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9560> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11180'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9560'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9561> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11181'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9561'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9562> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11182'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9562'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9563> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11183'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9563'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9564> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11184'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9564'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9565> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11185'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9565'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9566> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11186'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9566'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9567> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11187'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9567'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9546> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11166'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9546'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9547> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11167'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9547'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9548> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11168'^^xsd:integer;
  dwc:scientificName 'Achradina sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109471'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9548'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '109471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9550> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11170'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9550'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9551> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11171'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9551'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9552> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11172'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9552'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9553> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11173'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9553'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9554> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11174'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9554'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9555> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11175'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9555'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9556> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11176'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9556'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9568> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11188'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9568'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9569> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11189'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9569'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9570> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11190'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9570'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9571> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11191'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9571'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9572> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11192'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9572'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9573> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11193'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9573'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9574> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11194'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9574'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9575> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11195'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9575'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8160> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9780'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8160'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8161> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9781'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8161'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8162> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9782'^^xsd:integer;
  dwc:scientificName 'Gymnodinium varians'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163825'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8162'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '163825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8163> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9783'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8163'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9549> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11169'^^xsd:integer;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9549'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13594> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.2"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6024'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.2'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13594'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13595> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.2"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6025'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.2'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13595'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13596> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.2"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6026'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.2'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13596'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13597> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.2"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6027'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.2'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13597'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13598> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.2"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6028'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.2'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13598'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13600> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.2"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6030'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.2'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13600'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13592> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.2"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6022'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.2'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13592'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13593> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.2"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6023'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.2'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13593'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13619> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.2"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6031'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.2'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13619'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13620> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.2"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6032'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.2'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13620'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13621> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.2"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6033'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.2'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13621'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13622> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.2"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6034'^^xsd:integer;
  dwc:scientificName 'Silicoflagellata sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.2'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '157256'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13622'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '157256'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13623> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.2"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6035'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.2'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13623'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13624> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.2"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6036'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.2'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13624'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13625> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.2"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6037'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.2'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13625'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13626> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.2"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6038'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.2'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13626'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13627> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.2"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6039'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.2'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13627'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13628> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.2"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6040'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.2'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13628'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13629> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.2"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6041'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.2'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13629'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13630> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.2"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6042'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.2'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13630'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13599> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.2"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.2 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.2"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6029'^^xsd:integer;
  dwc:scientificName 'Silicoflagellata sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.2'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157256'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13599'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '157256'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4792> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6142'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4792'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4793> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6143'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4793'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4794> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6144'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4794'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4795> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6145'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4795'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4796> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6146'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4796'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4797> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6147'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4797'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4798> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6148'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4798'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4799> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6149'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4799'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4800> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6150'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4800'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4779> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6129'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4779'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4780> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6130'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4780'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4781> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6131'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4781'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4782> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6132'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4782'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4783> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6133'^^xsd:integer;
  dwc:scientificName 'Amphidinium crassum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '109726'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4783'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '109726'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4784> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6134'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4784'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4785> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6135'^^xsd:integer;
  dwc:scientificName 'Histioneis sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '109463'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4785'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '109463'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4786> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6136'^^xsd:integer;
  dwc:scientificName 'Amphora sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:aphiaid '149200'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4786'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '149200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4787> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6137'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4787'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4788> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6138'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4788'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4789> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6139'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4789'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4790> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6140'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4790'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4791> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6141'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4791'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4768> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6118'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4768'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4769> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6119'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4769'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4770> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6120'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4770'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4771> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6121'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4771'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4772> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6122'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4772'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4773> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6123'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4773'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4774> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6124'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4774'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4775> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6125'^^xsd:integer;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4775'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4776> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6126'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4776'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4777> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6127'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4777'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4778> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6128'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4778'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4766> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6116'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4766'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4767> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6117'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4767'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4746> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6096'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4746'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4747> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6097'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4747'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4748> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6098'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4748'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4749> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6099'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4749'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4750> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6100'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4750'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4751> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6101'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4751'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4752> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6102'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4752'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4753> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6103'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4753'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4754> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6104'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4754'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4755> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6105'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4755'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4756> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6106'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4756'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4757> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6107'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4757'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4758> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6108'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4758'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4759> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6109'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4759'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4760> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6110'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4760'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4761> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6111'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4761'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4762> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6112'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4762'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4763> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6113'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4763'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4764> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6114'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4764'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4765> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6115'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4765'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12602> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '628'^^xsd:integer;
  dwc:scientificName 'Chaetoceros danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149120'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12602'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '149120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12603> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '629'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12603'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12604> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '630'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12604'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12605> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '631'^^xsd:integer;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12605'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12606> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '632'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12606'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12607> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '633'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12607'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12608> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '634'^^xsd:integer;
  dwc:scientificName 'Chaetoceros danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '149120'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12608'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '149120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12609> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '635'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12609'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12610> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '636'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12610'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12611> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '637'^^xsd:integer;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12611'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12612> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '638'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12612'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12613> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '639'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12613'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12614> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '640'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12614'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12615> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '641'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12615'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12616> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '642'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12616'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12617> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '643'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12617'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12618> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '644'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12618'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12619> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '645'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12619'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12620> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '646'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12620'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12621> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '647'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12621'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12622> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '648'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12622'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13904> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4357'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13904'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13905> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4358'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13905'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13906> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4359'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13906'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13907> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4360'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13907'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13908> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4361'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13908'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13909> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4362'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13909'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13910> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4363'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13910'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13911> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4364'^^xsd:integer;
  dwc:scientificName 'Amphora sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '149200'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13911'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '149200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13912> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4365'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13912'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13913> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4366'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13913'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13914> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4367'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13914'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13915> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4368'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13915'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13916> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4369'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13916'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13917> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4370'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13917'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13918> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4371'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13918'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8200> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9820'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8200'^^xsd:string;
  dwc:observationDate '1992-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8201> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9821'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agile'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232554'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8201'^^xsd:string;
  dwc:observationDate '1992-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '707838'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8202> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9822'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8202'^^xsd:string;
  dwc:observationDate '1992-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8204> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9824'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8204'^^xsd:string;
  dwc:observationDate '1992-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8205> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9825'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agiliforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109780'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8205'^^xsd:string;
  dwc:observationDate '1992-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '109780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8206> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9826'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8206'^^xsd:string;
  dwc:observationDate '1992-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8207> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9827'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8207'^^xsd:string;
  dwc:observationDate '1992-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8208> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9828'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8208'^^xsd:string;
  dwc:observationDate '1992-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8209> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9829'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8209'^^xsd:string;
  dwc:observationDate '1992-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8210> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9830'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8210'^^xsd:string;
  dwc:observationDate '1992-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8211> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9831'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8211'^^xsd:string;
  dwc:observationDate '1992-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8212> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9832'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8212'^^xsd:string;
  dwc:observationDate '1992-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8213> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9833'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8213'^^xsd:string;
  dwc:observationDate '1992-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8214> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9834'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8214'^^xsd:string;
  dwc:observationDate '1992-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8215> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9835'^^xsd:integer;
  dwc:scientificName 'Dinophysis baltica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '232150'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8215'^^xsd:string;
  dwc:observationDate '1992-03-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8216> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9836'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8216'^^xsd:string;
  dwc:observationDate '1992-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8217> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9837'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8217'^^xsd:string;
  dwc:observationDate '1992-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8218> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9838'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8218'^^xsd:string;
  dwc:observationDate '1992-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8203> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9823'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8203'^^xsd:string;
  dwc:observationDate '1992-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_858> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '649'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_858'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_859> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '650'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_859'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_860> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '651'^^xsd:integer;
  dwc:scientificName 'Chaetoceros danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '149120'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_860'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '149120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_861> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '652'^^xsd:integer;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_861'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_862> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '653'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_862'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_863> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '654'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_863'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_864> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '655'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_864'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_865> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '656'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_865'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_866> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '657'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_866'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_867> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '658'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_867'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_868> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '659'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_868'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_869> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '660'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_869'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_870> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '661'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_870'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_871> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '662'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_871'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_872> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '663'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_872'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_873> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '664'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_873'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_874> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '665'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_874'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_875> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '666'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_875'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_876> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '667'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_876'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_877> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '668'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_877'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_878> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '669'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_878'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_879> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '670'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_879'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_880> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '671'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_880'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_881> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '672'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_881'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_882> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '673'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_882'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_410> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4352'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_410'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_411> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4353'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_411'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_412> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4354'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_412'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_413> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4355'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_413'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_414> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4356'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_414'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_405> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4347'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_405'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_406> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4348'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_406'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_407> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4349'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_407'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_408> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4350'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_408'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_409> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4351'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_409'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_402> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4344'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_402'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_403> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4345'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_403'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_404> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4346'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_404'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_399> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4341'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_399'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_400> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4342'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_400'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_401> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4343'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_401'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4801> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6151'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4801'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4802> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6152'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4802'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4803> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6153'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4803'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4804> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6154'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4804'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4805> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6155'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4805'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4806> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6156'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4806'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4807> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6157'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4807'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4808> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6158'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4808'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4809> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6159'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4809'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4810> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6160'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4810'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4811> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6161'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4811'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4812> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6162'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4812'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4813> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6163'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4813'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4814> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6164'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4814'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4815> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6165'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4815'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4816> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6166'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4816'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4817> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6167'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4817'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4818> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6168'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4818'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4819> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6169'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4819'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4820> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6170'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4820'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9832> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11452'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9832'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9833> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11453'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9833'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9834> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11454'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9834'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9835> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11455'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9835'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9836> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11456'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9836'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9837> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11457'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9837'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9838> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11458'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9838'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9839> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11459'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9839'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9840> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11460'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9840'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9841> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11461'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9841'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9842> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11462'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9842'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9843> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11463'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9843'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9844> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11464'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9844'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9845> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11465'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9845'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9846> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11466'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9846'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9847> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11467'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9847'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9848> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11468'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9848'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9849> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11469'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9849'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9850> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11470'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9850'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9851> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11471'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9851'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9852> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11472'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9852'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9853> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11473'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9853'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9854> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11474'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9854'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9855> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11475'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9855'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9856> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11476'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9856'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9857> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11477'^^xsd:integer;
  dwc:scientificName 'Chrysococcus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '248110'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9857'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '248110'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9858> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11478'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9858'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9859> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11479'^^xsd:integer;
  dwc:scientificName 'Dinophysis acuminata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109603'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9859'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '109603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9860> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11480'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9860'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9861> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11481'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9861'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9862> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11482'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9862'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9863> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11483'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9863'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9864> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11484'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9864'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9865> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11485'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9865'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9866> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11486'^^xsd:integer;
  dwc:scientificName 'Exuviaella baltica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '576723'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9866'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110293'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9867> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11487'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9867'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13370> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4375'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13370'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13371> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4376'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13371'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13372> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4377'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13372'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13373> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4378'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13373'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13374> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4379'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13374'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13375> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4393'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13375'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13376> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4394'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13376'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13377> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4395'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13377'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13919> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4372'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13919'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13920> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4373'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13920'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13921> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4374'^^xsd:integer;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13921'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13542> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4380'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13542'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13543> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4381'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13543'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13544> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4382'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13544'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13545> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4383'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13545'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13546> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4384'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13546'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13547> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4385'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13547'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13548> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4386'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13548'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13549> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4387'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13549'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13550> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4388'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13550'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13551> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4389'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13551'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13552> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4390'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13552'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13553> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4391'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13553'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13554> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4392'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13554'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_219> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1011'^^xsd:integer;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_219'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_220> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1012'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_220'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_221> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1013'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_221'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_222> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1014'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_222'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_223> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1015'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_223'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_224> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1016'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_224'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_225> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1017'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_225'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_226> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1018'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_226'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_206> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '998'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_206'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_207> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '999'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_207'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_208> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1000'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_208'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_209> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1001'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_209'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_210> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1002'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_210'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_211> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1003'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149271'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_211'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '149271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_212> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1004'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_212'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_213> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1005'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_213'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_214> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1006'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_214'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_215> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1007'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_215'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_216> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1008'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_216'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_217> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1009'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_217'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_218> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1010'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_218'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_196> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '988'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_196'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_197> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '989'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_197'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_198> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '990'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_198'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_199> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '991'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_199'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_200> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '992'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_200'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_201> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '993'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_201'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_202> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '994'^^xsd:integer;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_202'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_203> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '995'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_203'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_204> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '996'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_204'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_205> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '997'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_205'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8198> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9818'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8198'^^xsd:string;
  dwc:observationDate '1992-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8199> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9819'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8199'^^xsd:string;
  dwc:observationDate '1992-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8196> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9816'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8196'^^xsd:string;
  dwc:observationDate '1992-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8197> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9817'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8197'^^xsd:string;
  dwc:observationDate '1992-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2718> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3330'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2718'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2719> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3331'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2719'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2720> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3332'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2720'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2721> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3333'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2721'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2722> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3334'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2722'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2723> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3335'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2723'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2730> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3342'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2730'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2731> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3343'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2731'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2727> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3339'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2727'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2728> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3340'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2728'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2729> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3341'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2729'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2724> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3336'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2724'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2725> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3337'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2725'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2726> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3338'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2726'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4821> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6171'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4821'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4822> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6172'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4822'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4823> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6173'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4823'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4824> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6174'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4824'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4825> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6175'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4825'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4826> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6176'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4826'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4827> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6177'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4827'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4828> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6178'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4828'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4829> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6179'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4829'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4830> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6180'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4830'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4831> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6181'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4831'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4832> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6182'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4832'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4833> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6183'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4833'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4834> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6184'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4834'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4835> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6185'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4835'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4836> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6186'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4836'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4843> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6193'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4843'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4844> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6194'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4844'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4845> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6195'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4845'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4837> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6187'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4837'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4838> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6188'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4838'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4839> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6189'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4839'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4840> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6190'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4840'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4841> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6191'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4841'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4842> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6192'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4842'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6525> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8109'^^xsd:integer;
  dwc:scientificName 'Navicula subagnita'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '179974'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6525'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '179974'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6526> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8110'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6526'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6527> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8111'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6527'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6528> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8112'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6528'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6529> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8113'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6529'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6530> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8114'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6530'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6531> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8115'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6531'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6532> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8116'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6532'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6533> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8117'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6533'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6534> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8118'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6534'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6535> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8119'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6535'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6536> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8120'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6536'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6537> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8121'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6537'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6538> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8122'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6538'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6539> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8123'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6539'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9868> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11488'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9868'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9869> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11489'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9869'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9870> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11490'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9870'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9871> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11491'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9871'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9872> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11492'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9872'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9873> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11493'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9873'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9874> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11494'^^xsd:integer;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9874'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9875> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11495'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9875'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9876> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11496'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9876'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9877> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11497'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9877'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9878> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11498'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9878'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9879> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11499'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9879'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9893> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11513'^^xsd:integer;
  dwc:scientificName 'Poropila dubia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '574226'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9893'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13378> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4396'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13378'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13379> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4397'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13379'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13380> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4398'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13380'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13381> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4399'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13381'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13382> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4400'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13382'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13383> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4401'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13383'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13384> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4402'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13384'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13385> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4403'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13385'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13386> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4404'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13386'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13387> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4405'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13387'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13388> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4406'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13388'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13389> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4407'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13389'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13390> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4408'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13390'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13391> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4409'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13391'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13392> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4410'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13392'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13393> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4411'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13393'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13394> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4412'^^xsd:integer;
  dwc:scientificName 'Pedinella tricostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '573931'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13394'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '573933'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13395> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4413'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13395'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13396> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4414'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13396'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13397> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4415'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13397'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13398> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4416'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13398'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13399> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4417'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13399'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13400> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4418'^^xsd:integer;
  dwc:scientificName 'Pedinella tricostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '573931'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13400'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '573933'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8191> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9811'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agiliforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109780'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8191'^^xsd:string;
  dwc:observationDate '1992-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '109780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8192> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9812'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8192'^^xsd:string;
  dwc:observationDate '1992-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8193> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9813'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8193'^^xsd:string;
  dwc:observationDate '1992-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8194> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9814'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8194'^^xsd:string;
  dwc:observationDate '1992-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8195> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9815'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8195'^^xsd:string;
  dwc:observationDate '1992-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9880> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11500'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9880'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9881> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11501'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9881'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9882> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11502'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9882'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9883> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11503'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9883'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9884> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11504'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9884'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9885> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11505'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9885'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9886> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11506'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9886'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9887> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11507'^^xsd:integer;
  dwc:scientificName 'Poropila dubia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574226'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9887'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9888> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11508'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9888'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9889> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11509'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9889'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9890> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11510'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9890'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9891> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11511'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9891'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9892> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11512'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9892'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_85>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_85> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_85> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_85>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_85>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_85" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1027'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_85'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_86>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_86> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_86> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_86>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_86>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_86" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1028'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_86'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_87>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_87> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_87> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_87>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_87>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_87" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1029'^^xsd:integer;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_87'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_91>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_91> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_91> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_91>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_91>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_91" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1033'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_91'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_230> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1022'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_230'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_231> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1023'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_231'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_232> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1024'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_232'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_233> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1025'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_233'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_234> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1026'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_234'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_227> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1019'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_227'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_228> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1020'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_228'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_229> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1021'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_229'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_88>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_88> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_88> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_88>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_88>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_88" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1030'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_88'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_89>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_89> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_89> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_89>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_89>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_89" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1031'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_89'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_90>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_90> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_90> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_90>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_90>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_90" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1032'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_90'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_92>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_92> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_92> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_92>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_92>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_92" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1034'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_92'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_93>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_93> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_93> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_93>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_93>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_93" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1035'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_93'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_94>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_94> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_94> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_94>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_94>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_94" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '1036'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_94'^^xsd:string;
  dwc:observationDate '1993-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2739> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3351'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2739'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2740> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3352'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2740'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2741> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3353'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2741'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2742> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3354'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2742'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2743> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3355'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2743'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2744> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3356'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2744'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2745> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3357'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2745'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2746> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3358'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2746'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2759> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3371'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2759'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2756> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3368'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2756'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2757> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3369'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2757'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2758> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3370'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2758'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2736> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3348'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2736'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2737> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3349'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2737'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2738> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3350'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2738'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2732> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3344'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2732'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2733> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3345'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2733'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2734> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3346'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2734'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2735> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3347'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2735'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2747> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3359'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2747'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2748> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3360'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2748'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2749> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3361'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2749'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2750> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3362'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2750'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2751> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3363'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2751'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2752> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3364'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2752'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2753> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3365'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2753'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2754> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3366'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2754'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2755> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3367'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2755'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4846> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6196'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4846'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4847> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6197'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4847'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4848> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6198'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4848'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4849> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6199'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4849'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4850> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6200'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4850'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4851> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6201'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4851'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4852> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6202'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4852'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4853> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6203'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4853'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4854> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6204'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4854'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4855> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6205'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4855'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4856> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6206'^^xsd:integer;
  dwc:scientificName 'Amphidinium crassum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109726'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4856'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '109726'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4857> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6207'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4857'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4858> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6208'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4858'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4859> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6209'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4859'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4860> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6210'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4860'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4863> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6213'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4863'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4864> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6214'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4864'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4865> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6215'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4865'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4866> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6216'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4866'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4867> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6217'^^xsd:integer;
  dwc:scientificName 'Amphidinium crassum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109726'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4867'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '109726'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4868> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6218'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4868'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4869> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6219'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4869'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4870> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6220'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4870'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4871> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6221'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4871'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4872> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6222'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4872'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4873> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6223'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4873'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4874> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6224'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4874'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4877> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6227'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4877'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4878> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6228'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4878'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4861> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6211'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4861'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4862> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6212'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4862'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4876> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6226'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4876'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4875> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6225'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4875'^^xsd:string;
  dwc:observationDate '1992-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6540> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8124'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6540'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6541> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8125'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6541'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6542> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8126'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6542'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6543> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8127'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6543'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6544> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8128'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6544'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6545> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8129'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6545'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6546> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8130'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149271'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6546'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '149271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6547> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8131'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6547'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6548> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8132'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6548'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6549> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8133'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6549'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6550> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8134'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6550'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6551> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8135'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6551'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6552> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8136'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6552'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6553> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8137'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6553'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6554> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8138'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6554'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6555> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8139'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6555'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6556> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8140'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6556'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6557> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '8141'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6557'^^xsd:string;
  dwc:observationDate '1992-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13401> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4419'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13401'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13402> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4420'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13402'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13403> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4421'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13403'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13404> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4422'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13404'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13405> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4423'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13405'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13406> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4424'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13406'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13407> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4425'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13407'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13408> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4426'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13408'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13409> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4427'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13409'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13410> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4428'^^xsd:integer;
  dwc:scientificName 'Gonyaulax digitale'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110015'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13410'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '110015'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13411> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4429'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13411'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13412> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4430'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13412'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13413> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4431'^^xsd:integer;
  dwc:scientificName 'Peridinium orbiculare'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163835'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13413'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '110139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13414> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4432'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13414'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13415> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4433'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13415'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13416> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4434'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13416'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13417> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4435'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13417'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13418> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4436'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13418'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13419> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4437'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13419'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13420> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4438'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13420'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13421> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4439'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13421'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13422> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4440'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13422'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13423> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4441'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13423'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13424> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4442'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13424'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13425> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4443'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13425'^^xsd:string;
  dwc:observationDate '1992-07-14'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8188> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9808'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8188'^^xsd:string;
  dwc:observationDate '1992-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8189> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9809'^^xsd:integer;
  dwc:scientificName 'Gymnodinium varians'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163825'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8189'^^xsd:string;
  dwc:observationDate '1992-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '163825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8190> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9810'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8190'^^xsd:string;
  dwc:observationDate '1992-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_58>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_58> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_58> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_58>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_58>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_58" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '874'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_58'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_59>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_59> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_59> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_59>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_59>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_59" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '875'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_59'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_60>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_60> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_60> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_60>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_60>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_60" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '876'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_60'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_56>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_56> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_56> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_56>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_56>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_56" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '872'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_56'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_48>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_48> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_48> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_48>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_48>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_48" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '864'^^xsd:integer;
  dwc:scientificName 'Chaetoceros danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149120'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_48'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '149120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_49>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_49> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_49> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_49>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_49>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_49" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '865'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_49'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_50>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_50> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_50> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_50>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_50>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_50" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '866'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_50'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_51>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_51> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_51> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_51>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_51>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_51" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '867'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_51'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_52>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_52> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_52> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_52>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_52>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_52" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '868'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_52'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_53>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_53> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_53> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_53>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_53>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_53" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '869'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_53'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_54>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_54> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_54> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_54>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_54>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_54" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '870'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_54'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_55>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_55> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_55> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_55>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_55>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_55" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '871'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_55'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_62>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_62> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_62> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_62>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_62>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_62" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '878'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_62'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_63>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_63> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_63> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_63>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_63>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_63" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '879'^^xsd:integer;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_63'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_64>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_64> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_64> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_64>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_64>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_64" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '880'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_64'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_65>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_65> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_65> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_65>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_65>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_65" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '881'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_65'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_66>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_66> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_66> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_66>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_66>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_66" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '882'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_66'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_67>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_67> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_67> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_67>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_67>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_67" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '883'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_67'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_68>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_68> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_68> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_68>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_68>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_68" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '884'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_68'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_61>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_61> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_61> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_61>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_61>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_61" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '877'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_61'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_57>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_57> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_57> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.85"^^xsd:decimal ;
  dwc:decimalLongitude "37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_57>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.85 37)"^^geo:wktLiteral ;
  geo-pos:lat "44.85"^^xsd:decimal ;
  geo-pos:long "37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_57>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_57" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '873'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37'^^xsd:integer;
  dwc:latitude '44.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_57'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9817> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11437'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9817'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9818> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11438'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9818'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9819> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11439'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9819'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9820> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11440'^^xsd:integer;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9820'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9821> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11441'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9821'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9822> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11442'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9822'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9823> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11443'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9823'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9824> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11444'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9824'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9825> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11445'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9825'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9826> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11446'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9826'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9827> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11447'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9827'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9828> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11448'^^xsd:integer;
  dwc:scientificName 'Chlorophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '801'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9828'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9829> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11449'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9829'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9830> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11450'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9830'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9831> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11451'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9831'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9706> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11326'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9706'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9707> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11327'^^xsd:integer;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9707'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9708> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11328'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9708'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9709> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11329'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9709'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9710> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11330'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9710'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9711> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11331'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9711'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9712> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11332'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9712'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9713> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11333'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9713'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9714> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11334'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9714'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9715> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11335'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9715'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9716> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11336'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9716'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9717> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11337'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9717'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9718> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11338'^^xsd:integer;
  dwc:scientificName 'Dinophysis acuminata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109603'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9718'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '109603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9719> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11339'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9719'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9720> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11340'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9720'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9721> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11341'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9721'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9722> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11342'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9722'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9723> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11343'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9723'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9724> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11344'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9724'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9725> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11345'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9725'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9726> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11346'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9726'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9727> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11347'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9727'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9728> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11348'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9728'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9729> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11349'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9729'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9730> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11350'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9730'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9731> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11351'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9731'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9732> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11352'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9732'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9733> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11353'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9733'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9744> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11364'^^xsd:integer;
  dwc:scientificName 'Diplopsalis lenticula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '110001'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9744'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110001'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9745> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11365'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9745'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9746> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11366'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9746'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9747> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11367'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9747'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9748> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11368'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9748'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9749> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11369'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9749'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9750> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11370'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9750'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9751> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11371'^^xsd:integer;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9751'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9752> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11372'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9752'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9753> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11373'^^xsd:integer;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9753'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9754> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11374'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9754'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9755> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11375'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9755'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9756> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11376'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9756'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9757> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11377'^^xsd:integer;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9757'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9758> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11378'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9758'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9759> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11379'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9759'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9760> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11380'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9760'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9761> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11381'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9761'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9762> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11382'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9762'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9763> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11383'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9763'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9764> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11384'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9764'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9765> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11385'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9765'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9766> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11386'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9766'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9767> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11387'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9767'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9768> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11388'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9768'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9769> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11389'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9769'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9770> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11390'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9770'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9771> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11391'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9771'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9772> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11392'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9772'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9773> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11393'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9773'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9774> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11394'^^xsd:integer;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9774'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9775> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11395'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9775'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9776> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11396'^^xsd:integer;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9776'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9777> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11397'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9777'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9778> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11398'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9778'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9779> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11399'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9779'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9780> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11400'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9780'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9781> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11401'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9781'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9782> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11402'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9782'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9783> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11403'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9783'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9784> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11404'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9784'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9785> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11405'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9785'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9786> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11406'^^xsd:integer;
  dwc:scientificName 'Dinophysis acuminata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109603'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9786'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '109603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9787> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11407'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9787'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9788> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11408'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9788'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9789> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11409'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9789'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9790> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11410'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9790'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9791> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11411'^^xsd:integer;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9791'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9792> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11412'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9792'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9793> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11413'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9793'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9794> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11414'^^xsd:integer;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9794'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9795> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11415'^^xsd:integer;
  dwc:scientificName 'Diplopsalis lenticula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '110001'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9795'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110001'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9796> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11416'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9796'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9797> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11417'^^xsd:integer;
  dwc:scientificName 'Halopappus quadribrachiatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '576266'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9797'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '576266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9798> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11418'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9798'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9799> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11419'^^xsd:integer;
  dwc:scientificName 'Thalassiosira sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '148912'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9799'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '148912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9800> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11420'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9800'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9801> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11421'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9801'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9802> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11422'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9802'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9803> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11423'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9803'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9804> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11424'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9804'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9805> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11425'^^xsd:integer;
  dwc:scientificName 'Amphidinium extensum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '232577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9805'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '1368615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9806> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11426'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9806'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9807> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11427'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9807'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9808> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11428'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9808'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9734> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11354'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9734'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9735> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11355'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9735'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9736> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11356'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9736'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9737> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11357'^^xsd:integer;
  dwc:scientificName 'Halopappus quadribrachiatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '576266'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9737'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '576266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9738> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11358'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9738'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9739> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11359'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9739'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9740> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11360'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9740'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9741> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11361'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9741'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9742> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11362'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9742'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9743> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11363'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9743'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9809> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11429'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9809'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9810> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11430'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9810'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9811> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11431'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polygramma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '110035'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9811'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110035'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9812> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11432'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9812'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9813> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11433'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9813'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9814> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11434'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9814'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9815> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11435'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9815'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9816> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.48"^^xsd:decimal ;
  dwc:decimalLongitude "37.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.48 37.01)"^^geo:wktLiteral ;
  geo-pos:lat "43.48"^^xsd:decimal ;
  geo-pos:long "37.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11436'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.01'^^xsd:double;
  dwc:latitude '43.48'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9816'^^xsd:string;
  dwc:observationDate '1992-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2680> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "19"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3292'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '19'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2680'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2681> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "19"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3293'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '19'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2681'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2682> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "19"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3294'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '19'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2682'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2683> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "19"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3295'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '19'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2683'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2684> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3296'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2684'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2685> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3297'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2685'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2686> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3298'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2686'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2687> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3299'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2687'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2688> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3300'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2688'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2689> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3301'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2689'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2690> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3302'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2690'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2691> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3303'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2691'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2692> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3304'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2692'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2693> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3305'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2693'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2694> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3306'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2694'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2695> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3307'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2695'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2696> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3308'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2696'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2697> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3309'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2697'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2698> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3310'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2698'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2699> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3311'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2699'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2700> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3312'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2700'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2701> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3313'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2701'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2679> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "19"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3291'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '19'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2679'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2661> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3273'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2661'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2662> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3274'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2662'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2663> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3275'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2663'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2664> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3276'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2664'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2665> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3277'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2665'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2666> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3278'^^xsd:integer;
  dwc:scientificName 'Synedra tabulata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '149371'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2666'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '157061'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2667> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3279'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2667'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2668> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3280'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2668'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2669> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3281'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2669'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2670> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3282'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2670'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2671> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3283'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2671'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2672> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3284'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2672'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2673> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3285'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2673'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2674> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3286'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2674'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2675> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3287'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2675'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2676> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3288'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2676'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2677> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "19"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3289'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '19'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2677'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2678> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "19"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3290'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '19'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2678'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2630> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3242'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2630'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2631> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3243'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2631'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2632> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3244'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2632'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2633> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3245'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2633'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2634> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3246'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2634'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2635> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3247'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2635'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2636> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3248'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2636'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2637> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3249'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2637'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2638> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3250'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2638'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2639> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3251'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2639'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2640> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3252'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2640'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2641> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3253'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2641'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2642> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3254'^^xsd:integer;
  dwc:scientificName 'Exuviaella perforata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '576722'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2642'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '232516'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2643> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3255'^^xsd:integer;
  dwc:scientificName 'Gonyaulax scrippsae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '110039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2643'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '110039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2644> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3256'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2644'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2645> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3257'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2645'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2646> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3258'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2646'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2647> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3259'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2647'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2648> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3260'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2648'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2649> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3261'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2649'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2650> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3262'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2650'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2651> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3263'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2651'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2652> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3264'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2652'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2653> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3265'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2653'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2654> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3266'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2654'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2655> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3267'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2655'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2656> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3268'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2656'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2657> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3269'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2657'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2658> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3270'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2658'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2659> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3271'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2659'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2660> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.56"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.56 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "43.56"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3272'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '43.56'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2660'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2716> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3328'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2716'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2717> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3329'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2717'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2715> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3327'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2715'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2708> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3320'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2708'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2709> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3321'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2709'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2710> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3322'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2710'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2711> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3323'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2711'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2712> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3324'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2712'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2713> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3325'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2713'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2714> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3326'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2714'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2702> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3314'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia alata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2702'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '149168'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2703> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3315'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2703'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2704> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3316'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2704'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2705> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3317'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2705'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2706> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3318'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2706'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2707> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "37.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 37.03)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "37.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3319'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.03'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2707'^^xsd:string;
  dwc:observationDate '1993-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9153> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.46"^^xsd:decimal ;
  dwc:decimalLongitude "37.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.46"^^xsd:decimal ;
  geo-pos:long "37.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10773'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.4'^^xsd:double;
  dwc:latitude '44.46'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9153'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9154> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.46"^^xsd:decimal ;
  dwc:decimalLongitude "37.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.46"^^xsd:decimal ;
  geo-pos:long "37.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10774'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.4'^^xsd:double;
  dwc:latitude '44.46'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9154'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9155> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.46"^^xsd:decimal ;
  dwc:decimalLongitude "37.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.46"^^xsd:decimal ;
  geo-pos:long "37.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10775'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.4'^^xsd:double;
  dwc:latitude '44.46'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9155'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9157> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.46"^^xsd:decimal ;
  dwc:decimalLongitude "37.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.46"^^xsd:decimal ;
  geo-pos:long "37.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10777'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.4'^^xsd:double;
  dwc:latitude '44.46'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9157'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9158> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.46"^^xsd:decimal ;
  dwc:decimalLongitude "37.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.46"^^xsd:decimal ;
  geo-pos:long "37.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10778'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.4'^^xsd:double;
  dwc:latitude '44.46'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9158'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9159> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.46"^^xsd:decimal ;
  dwc:decimalLongitude "37.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.46"^^xsd:decimal ;
  geo-pos:long "37.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10779'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.4'^^xsd:double;
  dwc:latitude '44.46'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9159'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9139> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.46"^^xsd:decimal ;
  dwc:decimalLongitude "37.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.46"^^xsd:decimal ;
  geo-pos:long "37.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10759'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.4'^^xsd:double;
  dwc:latitude '44.46'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9139'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9140> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.46"^^xsd:decimal ;
  dwc:decimalLongitude "37.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.46"^^xsd:decimal ;
  geo-pos:long "37.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10760'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.4'^^xsd:double;
  dwc:latitude '44.46'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9140'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9141> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.46"^^xsd:decimal ;
  dwc:decimalLongitude "37.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.46"^^xsd:decimal ;
  geo-pos:long "37.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10761'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.4'^^xsd:double;
  dwc:latitude '44.46'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9141'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9142> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.46"^^xsd:decimal ;
  dwc:decimalLongitude "37.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.46"^^xsd:decimal ;
  geo-pos:long "37.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10762'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.4'^^xsd:double;
  dwc:latitude '44.46'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9142'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9143> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.46"^^xsd:decimal ;
  dwc:decimalLongitude "37.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.46"^^xsd:decimal ;
  geo-pos:long "37.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10763'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.4'^^xsd:double;
  dwc:latitude '44.46'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9143'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9144> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.46"^^xsd:decimal ;
  dwc:decimalLongitude "37.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.46"^^xsd:decimal ;
  geo-pos:long "37.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10764'^^xsd:integer;
  dwc:scientificName 'Peridinium brevipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.4'^^xsd:double;
  dwc:latitude '44.46'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '156515'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9144'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '110210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9145> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.46"^^xsd:decimal ;
  dwc:decimalLongitude "37.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.46"^^xsd:decimal ;
  geo-pos:long "37.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10765'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.4'^^xsd:double;
  dwc:latitude '44.46'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9145'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9146> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.46"^^xsd:decimal ;
  dwc:decimalLongitude "37.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.46"^^xsd:decimal ;
  geo-pos:long "37.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10766'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.4'^^xsd:double;
  dwc:latitude '44.46'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9146'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9147> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.46"^^xsd:decimal ;
  dwc:decimalLongitude "37.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.46"^^xsd:decimal ;
  geo-pos:long "37.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10767'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.4'^^xsd:double;
  dwc:latitude '44.46'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9147'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9148> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.46"^^xsd:decimal ;
  dwc:decimalLongitude "37.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.46"^^xsd:decimal ;
  geo-pos:long "37.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10768'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.4'^^xsd:double;
  dwc:latitude '44.46'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9148'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9149> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.46"^^xsd:decimal ;
  dwc:decimalLongitude "37.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.46"^^xsd:decimal ;
  geo-pos:long "37.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10769'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.4'^^xsd:double;
  dwc:latitude '44.46'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9149'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9150> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.46"^^xsd:decimal ;
  dwc:decimalLongitude "37.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.46"^^xsd:decimal ;
  geo-pos:long "37.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10770'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.4'^^xsd:double;
  dwc:latitude '44.46'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9150'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9151> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.46"^^xsd:decimal ;
  dwc:decimalLongitude "37.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.46"^^xsd:decimal ;
  geo-pos:long "37.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10771'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.4'^^xsd:double;
  dwc:latitude '44.46'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9151'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9152> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.46"^^xsd:decimal ;
  dwc:decimalLongitude "37.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.46"^^xsd:decimal ;
  geo-pos:long "37.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10772'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.4'^^xsd:double;
  dwc:latitude '44.46'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9152'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9156> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.46"^^xsd:decimal ;
  dwc:decimalLongitude "37.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.46 37.4)"^^geo:wktLiteral ;
  geo-pos:lat "44.46"^^xsd:decimal ;
  geo-pos:long "37.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10776'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.4'^^xsd:double;
  dwc:latitude '44.46'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9156'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2879> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3491'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2879'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2880> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3492'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2880'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2881> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3493'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2881'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2882> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3494'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2882'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2883> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3495'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2883'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2884> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3496'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2884'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2885> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3497'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2885'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2886> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3498'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2886'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2888> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3500'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2888'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2889> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3501'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2889'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2890> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3502'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2890'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2891> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3503'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2891'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2892> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3504'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2892'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2893> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3505'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2893'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2894> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3506'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2894'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2895> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3507'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2895'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2887> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.41"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.41 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.41"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3499'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.41'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2887'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_77>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_77> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_77> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_77>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_77>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_77" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '893'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_77'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_78>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_78> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_78> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_78>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_78>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_78" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '894'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_78'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_79>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_79> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_79> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_79>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_79>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_79" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '895'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_79'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_80>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_80> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_80> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_80>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_80>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_80" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '896'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_80'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_82>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_82> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_82> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_82>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_82>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_82" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '898'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_82'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_83>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_83> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_83> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_83>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_83>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_83" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '899'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_83'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_74>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_74> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_74> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_74>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_74>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_74" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '890'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_74'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_75>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_75> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_75> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_75>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_75>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_75" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '891'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_75'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_76>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_76> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_76> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_76>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_76>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_76" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '892'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_76'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_73>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_73> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_73> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_73>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_73>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_73" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '889'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_73'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_69>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_69> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_69> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_69>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_69>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_69" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '885'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_69'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_70>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_70> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_70> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_70>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_70>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_70" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '886'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_70'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_71>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_71> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_71> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_71>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_71>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_71" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '887'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_71'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_72>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_72> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_72> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_72>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_72>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_72" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '888'^^xsd:integer;
  dwc:scientificName 'Eutreptiella gymnastica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110652'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_72'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '110652'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_81>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_81> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_81> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_81>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_81>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_81" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '897'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_81'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8076> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9696'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8076'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8077> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9697'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8077'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8078> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9698'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8078'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8079> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9699'^^xsd:integer;
  dwc:scientificName 'Prorocentrum sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109566'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8079'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8080> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9700'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8080'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8081> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.5"^^xsd:decimal ;
  dwc:decimalLongitude "37.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.5 37.7)"^^geo:wktLiteral ;
  geo-pos:lat "44.5"^^xsd:decimal ;
  geo-pos:long "37.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9701'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.7'^^xsd:double;
  dwc:latitude '44.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8081'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3184> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3958'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3184'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3185> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3959'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3185'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3186> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3960'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3186'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3187> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3961'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3187'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3188> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3962'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3188'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3189> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3963'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3189'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3190> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3964'^^xsd:integer;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3190'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3191> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3965'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3191'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3192> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3966'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3192'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3193> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3967'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3193'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3194> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3968'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3194'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3195> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3969'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3195'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3196> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3970'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3196'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4662> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5850'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4662'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4663> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5851'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4663'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4664> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5852'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4664'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4665> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5853'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4665'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4666> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5854'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4666'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4667> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5855'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4667'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4668> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5856'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4668'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4669> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5857'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4669'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4670> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5858'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4670'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3170> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3944'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3170'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3171> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3945'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3171'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3172> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3946'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3172'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3173> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3947'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3173'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4671> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5859'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4671'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4672> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5860'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4672'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4673> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5861'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4673'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4674> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5862'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4674'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4675> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5863'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4675'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4676> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5864'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4676'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4677> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5865'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4677'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4678> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5866'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4678'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4679> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5867'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4679'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4680> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5868'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4680'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3177> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3951'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3177'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3178> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3952'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3178'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3179> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3953'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3179'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3180> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3954'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3180'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3181> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3955'^^xsd:integer;
  dwc:scientificName 'Pronoctiluca pelagica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109903'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3181'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '109903'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3182> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3956'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3182'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3183> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3957'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3183'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3174> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3948'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3174'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3175> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3949'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3175'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3176> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3950'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.73'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3176'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6186> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7770'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.76'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6186'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6187> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7771'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.76'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6187'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6188> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7772'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.76'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6188'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6189> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7773'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.76'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6189'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6190> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7774'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.76'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6190'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6191> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7775'^^xsd:integer;
  dwc:scientificName 'Chrysochromulina pontica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.76'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '575748'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6191'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '575748'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6192> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7776'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.76'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6192'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6193> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7777'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.76'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6193'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6194> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7778'^^xsd:integer;
  dwc:scientificName 'Pseudopedinella variabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.76'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '573962'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6194'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '160600'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6195> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7779'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.76'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6195'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6196> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7780'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.76'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6196'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6197> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7781'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.76'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6197'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6198> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7782'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.76'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6198'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6199> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7783'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.76'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6199'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6200> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7784'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.76'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6200'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6201> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7785'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.76'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6201'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6202> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7786'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agiliforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.76'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109780'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6202'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '109780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6203> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7787'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.76'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6203'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6204> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7788'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.76'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6204'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6205> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7789'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.76'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6205'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6206> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7790'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.76'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6206'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6207> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7791'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.76'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6207'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6208> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7792'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.76'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6208'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6209> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7793'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.76'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6209'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6210> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7794'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.76'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6210'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6211> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7795'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.76'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6211'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6212> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7796'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.76'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6212'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6213> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7797'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.76'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6213'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6214> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7798'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.76'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6214'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6215> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7799'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.76'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6215'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6216> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7800'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.76'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6216'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6217> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7801'^^xsd:integer;
  dwc:scientificName 'Gymnodinium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.76'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6217'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '109795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6218> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.43"^^xsd:decimal ;
  dwc:decimalLongitude "37.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.43 37.76)"^^geo:wktLiteral ;
  geo-pos:lat "44.43"^^xsd:decimal ;
  geo-pos:long "37.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7802'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.76'^^xsd:double;
  dwc:latitude '44.43'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6218'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4733> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6083'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4733'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4734> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6084'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4734'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4735> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6085'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4735'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4736> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6086'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4736'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4737> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6087'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4737'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4738> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6088'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4738'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4739> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6089'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4739'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4740> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6090'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4740'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4741> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6091'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4741'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4742> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6092'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4742'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4743> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6093'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4743'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4744> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6094'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4744'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4745> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6095'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4745'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13631> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6043'^^xsd:integer;
  dwc:scientificName 'Dictyocha sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157258'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13631'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '157258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13632> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6044'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13632'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13633> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6045'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13633'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13634> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6046'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13634'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13635> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6047'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13635'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13636> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6048'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13636'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13637> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6049'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13637'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13638> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6050'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13638'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13639> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6051'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13639'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13640> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6052'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13640'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13642> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6054'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13642'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13643> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6055'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13643'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13644> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6056'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13644'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13645> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6057'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13645'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13646> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6058'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13646'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13647> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6059'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13647'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13648> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6060'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13648'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13649> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6061'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13649'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13650> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6062'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13650'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13651> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6063'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13651'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13652> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6064'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13652'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13653> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6065'^^xsd:integer;
  dwc:scientificName 'Massartia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109483'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13653'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '109477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13654> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6066'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13654'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4717> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6067'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4717'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4718> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6068'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4718'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4719> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6069'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4719'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4720> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6070'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4720'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4721> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6071'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4721'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4722> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6072'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4722'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4723> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6073'^^xsd:integer;
  dwc:scientificName 'Coccolithus fragilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '236067'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4723'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '235962'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4724> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6074'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4724'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4725> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6075'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4725'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4726> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6076'^^xsd:integer;
  dwc:scientificName 'Exuviaella baltica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '576723'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4726'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '110293'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4727> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6077'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4727'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4728> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6078'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4728'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4729> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6079'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4729'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4730> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6080'^^xsd:integer;
  dwc:scientificName 'Coccolithus fragilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '236067'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4730'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '235962'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4731> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6081'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4731'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4732> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6082'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4732'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13641> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6053'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13641'^^xsd:string;
  dwc:observationDate '1992-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13560> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.49"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.49"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5982'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.49'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13560'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13561> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.49"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.49"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5983'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.49'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13561'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13562> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.49"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.49"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5984'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.49'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13562'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13563> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.49"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.49"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5985'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.49'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13563'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13564> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.49"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.49"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5986'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.49'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13564'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13565> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.49"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.49"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5995'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.49'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13565'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13566> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.49"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.49"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5996'^^xsd:integer;
  dwc:scientificName 'Amphidinium extensum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.49'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13566'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '1368615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13567> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.49"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.49"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5997'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.49'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13567'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13568> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.49"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.49"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5998'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.49'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13568'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13569> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.49"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.49"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5999'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.49'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13569'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13570> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.49"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.49"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6000'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.49'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13570'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13571> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.49"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.49"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6001'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.49'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13571'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13572> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.49"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.49"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6002'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.49'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13572'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13573> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.49"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.49"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6003'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.49'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13573'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13574> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.49"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.49"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6004'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.49'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13574'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13575> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.49"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.49"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6005'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.49'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13575'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13576> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.49"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.49"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6006'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.49'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13576'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13577> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.49"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.49"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '6007'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.49'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13577'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13709> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.49"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.49"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5987'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.49'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13709'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13710> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.49"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.49"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5988'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.49'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13710'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13711> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.49"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.49"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5989'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.49'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13711'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13712> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.49"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.49"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5990'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.49'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13712'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13713> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.49"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.49"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5991'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.49'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13713'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13714> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.49"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.49"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5992'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.49'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13714'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13715> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.49"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.49"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5993'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.49'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13715'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13716> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.49"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.49 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.49"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5994'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.49'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13716'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6304> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7888'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6304'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6305> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7889'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6305'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6306> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7890'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6306'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6307> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7891'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6307'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6308> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7892'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6308'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6309> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7893'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6309'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6310> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7894'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6310'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6311> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7895'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6311'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6312> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7896'^^xsd:integer;
  dwc:scientificName 'Peridinium cinctum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '110183'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6312'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '110183'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6313> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7897'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6313'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6314> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7898'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6314'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6315> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7899'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6315'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6297> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7881'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6297'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6298> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7882'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6298'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6299> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7883'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6299'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6300> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7884'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6300'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6301> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7885'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6301'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6302> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7886'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6302'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6303> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.98"^^xsd:decimal ;
  dwc:decimalLongitude "37.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.98 37.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.98"^^xsd:decimal ;
  geo-pos:long "37.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7887'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '37.98'^^xsd:double;
  dwc:latitude '43.98'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6303'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3458> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4232'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3458'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3460> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4234'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3460'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3461> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4235'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3461'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3462> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4236'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3462'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3463> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4237'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3463'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3464> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4238'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3464'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3465> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4239'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3465'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3466> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4240'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3466'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3467> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4241'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3467'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3468> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4242'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3468'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3469> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4243'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3469'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3470> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4244'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3470'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3471> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4245'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3471'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3472> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4246'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3472'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3473> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4247'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3473'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3474> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4248'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3474'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3475> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4249'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3475'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3476> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4250'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3476'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3477> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4251'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3477'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3478> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4252'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3478'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3479> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4253'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3479'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3480> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4254'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3480'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3481> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4255'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3481'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3482> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4256'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3482'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3483> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4257'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3483'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3484> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4258'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3484'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3485> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4259'^^xsd:integer;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3485'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3486> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4260'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3486'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3487> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4261'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3487'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3488> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4262'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3488'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3489> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4263'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3489'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3490> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4264'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3490'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3491> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4265'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3491'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3492> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4266'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3492'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3459> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4233'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3459'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_374> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4316'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_374'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_375> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4317'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_375'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_376> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4318'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_376'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_377> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4319'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_377'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_378> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4320'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_378'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_379> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4321'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_379'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_380> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4322'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_380'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_325> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4267'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_325'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_326> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4268'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_326'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_327> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4269'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_327'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_328> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4270'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_328'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_329> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4271'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_329'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_330> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4272'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_330'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_331> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4273'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_331'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_332> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4274'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_332'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_333> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4275'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_333'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_334> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4276'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_334'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_335> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4277'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_335'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_336> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4278'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_336'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_337> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4279'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_337'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_338> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4280'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_338'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_339> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4281'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_339'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_340> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4282'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_340'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_341> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4283'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_341'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_342> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4284'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_342'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_343> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4285'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_343'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_344> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4286'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_344'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_345> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4287'^^xsd:integer;
  dwc:scientificName 'Bacillaria paradoxa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149317'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_345'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '558243'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_346> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4288'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_346'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_347> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4289'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_347'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_348> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4290'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_348'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_349> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4291'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_349'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_350> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4292'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_350'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_351> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4293'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_351'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_352> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4294'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_352'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_353> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4295'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_353'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_354> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4296'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_354'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_355> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4297'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_355'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_356> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4298'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_356'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_357> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4299'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_357'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_358> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4300'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_358'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_359> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4301'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_359'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_360> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4302'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_360'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_361> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4303'^^xsd:integer;
  dwc:scientificName 'Exuviaella perforata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '576722'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_361'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '232516'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_362> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4304'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_362'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_363> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4305'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_363'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_364> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4306'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_364'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_365> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4307'^^xsd:integer;
  dwc:scientificName 'Synedra sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '149186'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_365'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '149186'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_366> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4308'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_366'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_367> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4309'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_367'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_368> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4310'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_368'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_369> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4311'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_369'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_370> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4312'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_370'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_371> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4313'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_371'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_372> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4314'^^xsd:integer;
  dwc:scientificName 'Dinophysis sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109462'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_372'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '109462'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_373> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4315'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_373'^^xsd:string;
  dwc:observationDate '1992-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8185> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.66 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.66"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.66 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.66"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9805'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.66'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8185'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8186> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.66 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.66"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.66 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.66"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9806'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.66'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8186'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8187> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.66 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.66"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.66 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.66"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9807'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.66'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8187'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8182> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.66 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.66"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.66 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.66"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9802'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.66'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8182'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8183> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.66 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.66"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.66 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.66"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9803'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agile'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.66'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232554'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8183'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '707838'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8184> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.66 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.66"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.66 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.66"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9804'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.66'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8184'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9650> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11270'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9650'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9660> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11280'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9660'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9661> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11281'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9661'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9662> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11282'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9662'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9663> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11283'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9663'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9664> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11284'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9664'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9665> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11285'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9665'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9666> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11286'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9666'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9667> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11287'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9667'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9668> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11288'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9668'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9669> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11289'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9669'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9670> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11290'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9670'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9671> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11291'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9671'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9672> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11292'^^xsd:integer;
  dwc:scientificName 'Pronoctiluca acuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '233180'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9672'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '233180'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9673> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11293'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9673'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9674> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11294'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '149271'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9674'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '149271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9675> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11295'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9675'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9676> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11296'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9676'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9677> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11297'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9677'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9678> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11298'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9678'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9679> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11299'^^xsd:integer;
  dwc:scientificName 'Chlorophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '801'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9679'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9680> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11300'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9680'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9681> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11301'^^xsd:integer;
  dwc:scientificName 'Diplopsalis lenticula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '110001'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9681'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '110001'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9682> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11302'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9682'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9683> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11303'^^xsd:integer;
  dwc:scientificName 'Massartia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109483'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9683'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '109477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9684> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11304'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9684'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9651> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11271'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9651'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9652> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11272'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9652'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9653> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11273'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9653'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9654> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11274'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '149271'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9654'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '149271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9655> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11275'^^xsd:integer;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9655'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9656> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11276'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9656'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9657> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11277'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9657'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9658> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11278'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9658'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9659> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11279'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9659'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9630> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11250'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9630'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9631> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11251'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9631'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9632> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11252'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9632'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9633> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11253'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9633'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9634> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11254'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9634'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9635> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11255'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9635'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9636> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11256'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9636'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9637> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11257'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9637'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9638> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11258'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9638'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9639> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11259'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9639'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9640> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11260'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9640'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9641> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11261'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9641'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9642> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11262'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9642'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9643> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11263'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9643'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9644> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11264'^^xsd:integer;
  dwc:scientificName 'Ceratium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109506'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9644'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '109506'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9645> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11265'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9645'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9646> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11266'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9646'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9647> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11267'^^xsd:integer;
  dwc:scientificName 'Dinophysis acuminata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109603'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9647'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '109603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9648> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11268'^^xsd:integer;
  dwc:scientificName 'Diplopsalis lenticula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '110001'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9648'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '110001'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9649> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11269'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9649'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9576> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11196'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9576'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9577> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11197'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9577'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9578> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11198'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9578'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9579> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11199'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9579'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9580> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11200'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9580'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9581> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11201'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9581'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9582> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11202'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9582'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9583> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11203'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9583'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9584> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11204'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9584'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9585> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11205'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9585'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9586> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11206'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9586'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9587> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11207'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9587'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9588> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11208'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9588'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9589> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11209'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9589'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9590> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11210'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9590'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9591> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11211'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9591'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9592> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11212'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9592'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9593> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11213'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9593'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9594> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11214'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9594'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9595> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11215'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9595'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9596> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11216'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9596'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9597> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11217'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9597'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9598> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11218'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9598'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9599> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11219'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9599'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9600> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11220'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9600'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9601> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11221'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9601'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9602> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11222'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9602'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9603> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11223'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9603'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9604> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11224'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9604'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9605> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11225'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9605'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9606> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11226'^^xsd:integer;
  dwc:scientificName 'Diplopsalis lenticula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '110001'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9606'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '110001'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9607> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11227'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9607'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9608> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11228'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9608'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9609> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11229'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9609'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9610> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11230'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9610'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9611> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11231'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9611'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9612> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11232'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9612'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9613> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11233'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9613'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9614> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11234'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9614'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9615> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11235'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9615'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9616> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11236'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9616'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9617> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11237'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9617'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9618> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11238'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9618'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9619> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11239'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9619'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9620> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11240'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9620'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9621> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11241'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9621'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9623> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11243'^^xsd:integer;
  dwc:scientificName 'Amphidinium stigmatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109756'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9623'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '109756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9624> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11244'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9624'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9625> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11245'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9625'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9626> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11246'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9626'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9627> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11247'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9627'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9628> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11248'^^xsd:integer;
  dwc:scientificName 'Glenodinium lenticula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '163828'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9628'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '110001'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9629> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11249'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9629'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9622> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.68"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11242'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.68'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9622'^^xsd:string;
  dwc:observationDate '1992-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6330> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.8"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7914'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6330'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6328> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.8"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7912'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6328'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6329> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.8"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7913'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6329'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6331> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.8"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7915'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6331'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6332> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.8"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7916'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6332'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6333> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.8"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7917'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6333'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6334> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.8"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7918'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.8'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6334'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5932> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.8"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7444'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5932'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5933> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.8"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7445'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5933'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5934> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.8"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7446'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5934'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5935> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.8"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7447'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.8'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5935'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5936> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.8"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7448'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.8'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5936'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5937> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.8"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7449'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.8'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5937'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5938> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.8"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7450'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.8'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5938'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5939> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 38)"^^geo:wktLiteral ;
  geo-pos:lat "42.8"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7451'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '42.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5939'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3395> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4169'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3395'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3396> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4170'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3396'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3397> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4171'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3397'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3398> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4172'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3398'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3399> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4173'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3399'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3400> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4174'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3400'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3401> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4175'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3401'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3402> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4176'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3402'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3403> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4177'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3403'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3404> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4178'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3404'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3405> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4179'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3405'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3406> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4180'^^xsd:integer;
  dwc:scientificName 'Cyclotella caspia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163196'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3406'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '163196'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3407> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4181'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3407'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3408> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4182'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3408'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3409> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4183'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3409'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3410> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4184'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3410'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3411> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4185'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3411'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3412> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4186'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3412'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_32>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_32> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_32> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_32>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_32>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_32" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '848'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_32'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_907> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '699'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_907'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_908> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '700'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_908'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_906> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '698'^^xsd:integer;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_906'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_891> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '682'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_891'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_896> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '687'^^xsd:integer;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_896'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_897> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '688'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_897'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_898> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '689'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_898'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_899> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '690'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_899'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_900> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '691'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_900'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_901> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '692'^^xsd:integer;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_901'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_902> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '693'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_902'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_903> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '694'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_903'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_904> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '695'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_904'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_905> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '696'^^xsd:integer;
  dwc:scientificName 'Chaetoceros danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149120'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_905'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '149120'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_892> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '683'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_892'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_893> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '684'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_893'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_894> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '685'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_894'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9486> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11106'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9486'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9487> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11107'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9487'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9488> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11108'^^xsd:integer;
  dwc:scientificName 'Amphidinium extensum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9488'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1368615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9489> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11109'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9489'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9490> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11110'^^xsd:integer;
  dwc:scientificName 'Cochlodinium archimedes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109761'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9490'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109761'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9491> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11111'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9491'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9492> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11112'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9492'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9493> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11113'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9493'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9494> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11114'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9494'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9495> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11115'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9495'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9496> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11116'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9496'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9497> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11117'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9497'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9498> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11118'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9498'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9499> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11119'^^xsd:integer;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9499'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9500> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11120'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9500'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9501> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11121'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9501'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9502> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11122'^^xsd:integer;
  dwc:scientificName 'Achradina pulchra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109716'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9502'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1643674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9503> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11123'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9503'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9504> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11124'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9504'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9505> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11125'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9505'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9506> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11126'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9506'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9507> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11127'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9507'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9508> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11128'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9508'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9509> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11129'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9509'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9511> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11131'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9511'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9512> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11132'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9512'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9513> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11133'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9513'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9514> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11134'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9514'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9515> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11135'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9515'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9516> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11136'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9516'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9517> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11137'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9517'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9518> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11138'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9518'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_895> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '686'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_895'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_33>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_33> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_33> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_33>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_33>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_33" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '849'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_33'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_34>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_34> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_34> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_34>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_34>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_34" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '850'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_34'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_35>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_35> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_35> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_35>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_35>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_35" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '851'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_35'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_36>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_36> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_36> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_36>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_36>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_36" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '852'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_36'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_37>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_37> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_37> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_37>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_37>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_37" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '853'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_37'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_31>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_31> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_31> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_31>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_31>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_31" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '847'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_31'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5923> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7435'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5923'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5924> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7436'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5924'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5925> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7437'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5925'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5926> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7438'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5926'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5927> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7439'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5927'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5928> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7440'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5928'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5929> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7441'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5929'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5930> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7442'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5930'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5931> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7443'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5931'^^xsd:string;
  dwc:observationDate '1992-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8164> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9784'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8164'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8165> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9785'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8165'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8166> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9786'^^xsd:integer;
  dwc:scientificName 'Poropila dubia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574226'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8166'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8167> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9787'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8167'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8168> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9788'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8168'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8169> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9789'^^xsd:integer;
  dwc:scientificName 'Calyptrosphaera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '235828'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8169'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '235828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8170> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9790'^^xsd:integer;
  dwc:scientificName 'Gymnodinium lacustre'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '249715'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8170'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '249715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8171> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9791'^^xsd:integer;
  dwc:scientificName 'Gymnodinium varians'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163825'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8171'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '163825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8172> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9792'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8172'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8173> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9793'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8173'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8174> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9794'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8174'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8175> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9795'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8175'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8176> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9796'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8176'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8177> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9797'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8177'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8178> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9798'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8178'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8179> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9799'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8179'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8180> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9800'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8180'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8181> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9801'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8181'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1048> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '840'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1048'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9510> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11130'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9510'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1045> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '837'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1045'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1046> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '838'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1046'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1047> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '839'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1047'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1049> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '841'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1049'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1050> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '842'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1050'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1051> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '843'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1051'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1052> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '844'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1052'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1053> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '845'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1053'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1054> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '846'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1054'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1042> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '834'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1042'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1043> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '835'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1043'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1044> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '836'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1044'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1035> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '827'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1035'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1036> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '828'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1036'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1037> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '829'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1037'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1038> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '830'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1038'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1039> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '831'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1039'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1040> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '832'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1040'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1041> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '833'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1041'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1034> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '826'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1034'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_883> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '674'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_883'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_884> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '675'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_884'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_885> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '676'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_885'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_886> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '677'^^xsd:integer;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_886'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_887> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '678'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_887'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_888> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '679'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_888'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_889> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '680'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_889'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_890> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '681'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_890'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2819> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3431'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2819'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2820> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3432'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2820'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2821> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3433'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2821'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2822> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3434'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2822'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2823> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3435'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2823'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2805> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3417'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2805'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2806> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3418'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2806'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2807> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3419'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2807'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2808> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3420'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2808'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2809> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3421'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2809'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2810> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3422'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2810'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2812> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3424'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2812'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2813> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3425'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2813'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2814> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3426'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2814'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2815> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3427'^^xsd:integer;
  dwc:scientificName 'Cyanophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146542'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2815'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '146542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2816> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3428'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2816'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2817> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3429'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2817'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2818> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3430'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2818'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2811> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3423'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2811'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_426> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 38)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '697'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_426'^^xsd:string;
  dwc:observationDate '1993-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3367> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4141'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3367'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3368> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4142'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3368'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3369> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4143'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3369'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3370> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4144'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3370'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3371> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4145'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3371'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3372> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4146'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3372'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3373> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4147'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3373'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3374> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4148'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3374'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3375> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4149'^^xsd:integer;
  dwc:scientificName 'Pronoctiluca pelagica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109903'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3375'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '109903'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3376> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4150'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3376'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3377> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4151'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3377'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3378> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4152'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3378'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3381> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4155'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3381'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3382> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4156'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3382'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3384> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4158'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3384'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3385> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4159'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3385'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3386> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4160'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3386'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3387> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4161'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3387'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3388> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4162'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3388'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3389> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4163'^^xsd:integer;
  dwc:scientificName 'Coccolithus fragilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '236067'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3389'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '235962'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3390> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4164'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3390'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3391> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4165'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3391'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3392> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4166'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3392'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3393> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4167'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3393'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3394> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4168'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3394'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3383> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4157'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3383'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3379> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4153'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3379'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3380> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4154'^^xsd:integer;
  dwc:scientificName 'Pronoctiluca pelagica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109903'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3380'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '109903'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2785> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3397'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2785'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2786> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3398'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2786'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2787> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3399'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2787'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2788> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3400'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2788'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2789> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3401'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2789'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2790> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3402'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2790'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2791> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3403'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2791'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2792> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3404'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2792'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2793> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3405'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2793'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2794> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3406'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2794'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2795> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3407'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2795'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2796> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3408'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2796'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2797> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3409'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2797'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8139> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9759'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8139'^^xsd:string;
  dwc:observationDate '1992-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8140> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9760'^^xsd:integer;
  dwc:scientificName 'Gymnodinium variabile'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109835'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8140'^^xsd:string;
  dwc:observationDate '1992-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '109835'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8141> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9761'^^xsd:integer;
  dwc:scientificName 'Peridinium granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '162785'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8141'^^xsd:string;
  dwc:observationDate '1992-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '110223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8142> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9762'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8142'^^xsd:string;
  dwc:observationDate '1992-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8143> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9763'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8143'^^xsd:string;
  dwc:observationDate '1992-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8144> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9764'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8144'^^xsd:string;
  dwc:observationDate '1992-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8145> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9765'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8145'^^xsd:string;
  dwc:observationDate '1992-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8146> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9766'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8146'^^xsd:string;
  dwc:observationDate '1992-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8147> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9767'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8147'^^xsd:string;
  dwc:observationDate '1992-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8148> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9768'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149271'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8148'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '149271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8149> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9769'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8149'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8151> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9771'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8151'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8152> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9772'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8152'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8153> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9773'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8153'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8154> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9774'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8154'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8155> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9775'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8155'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8156> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9776'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8156'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9485> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11105'^^xsd:integer;
  dwc:scientificName 'Gymnodinium variabile'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109835'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9485'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109835'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9451> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11071'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9451'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9452> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11072'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9452'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9453> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11073'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9453'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9454> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11074'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9454'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9455> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11075'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9455'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9456> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11076'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9456'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9457> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11077'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9457'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9458> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11078'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9458'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9459> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11079'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9459'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9460> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11080'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9460'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9461> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11081'^^xsd:integer;
  dwc:scientificName 'Katodinium vorticella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '162528'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9461'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '625987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9462> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11082'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9462'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9463> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11083'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9463'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9464> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11084'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9464'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9465> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11085'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9465'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9466> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11086'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9466'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9467> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11087'^^xsd:integer;
  dwc:scientificName 'Cyanophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146542'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9467'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '146542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9468> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11088'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9468'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9470> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11090'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9470'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9471> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11091'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9471'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9472> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11092'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9472'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9473> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11093'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9473'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9474> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11094'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9474'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9475> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11095'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9475'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9476> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11096'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9476'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9477> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11097'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9477'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9478> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11098'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9478'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9479> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11099'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9479'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9480> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11100'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9480'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9481> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11101'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9481'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9482> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11102'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9482'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9483> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11103'^^xsd:integer;
  dwc:scientificName 'Glenodinium danicum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '110146'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9483'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '233369'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9484> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11104'^^xsd:integer;
  dwc:scientificName 'Gymnodinium simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109831'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9484'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '663583'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9469> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11089'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9469'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1005> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '797'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1005'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1006> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '798'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1006'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1007> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '799'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1007'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1008> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '800'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1008'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1009> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '801'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1009'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1010> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '802'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1010'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1011> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '803'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1011'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1012> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '804'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1012'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1013> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '805'^^xsd:integer;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1013'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1014> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '806'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1014'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1015> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '807'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1015'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1016> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '808'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1016'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1017> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '809'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1017'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1018> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '810'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1018'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8157> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9777'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8157'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8158> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9778'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8158'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8159> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9779'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8159'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2784> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3396'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2784'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8150> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9770'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8150'^^xsd:string;
  dwc:observationDate '1992-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1028> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '820'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1028'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1029> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '821'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1029'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1030> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '822'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1030'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1025> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '817'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1025'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1026> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '818'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1026'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1022> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '814'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1022'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1023> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '815'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1023'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1024> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '816'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1024'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1027> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '819'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1027'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1031> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '823'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1031'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1032> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '824'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1032'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1033> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '825'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1033'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1019> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '811'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1019'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1020> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '812'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1020'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1021> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '813'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1021'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2781> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3393'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2781'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2782> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3394'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2782'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2783> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3395'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2783'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2798> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3410'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2798'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2799> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3411'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2799'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2800> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3412'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2800'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2801> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3413'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2801'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2802> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3414'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2802'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2803> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3415'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2803'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2804> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3416'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2804'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3197> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3971'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3197'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3198> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3972'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3198'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3199> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3973'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3199'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3200> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3974'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3200'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3201> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3975'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3201'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3203> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3977'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3203'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3204> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3978'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3204'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3205> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3979'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3205'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3206> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3980'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3206'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3207> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3981'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3207'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3208> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3982'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3208'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3209> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3983'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3209'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3210> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3984'^^xsd:integer;
  dwc:scientificName 'Pronoctiluca pelagica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109903'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3210'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '109903'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3211> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3985'^^xsd:integer;
  dwc:scientificName 'Cyclotella caspia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163196'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3211'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '163196'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3212> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3986'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3212'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3213> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3987'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3213'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3214> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3988'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3214'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3215> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3989'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3215'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3216> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3990'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3216'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3217> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3991'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3217'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2765> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3377'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2765'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2766> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3378'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2766'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2767> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3379'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2767'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2768> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3380'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2768'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2769> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3381'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2769'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8132> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9752'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8132'^^xsd:string;
  dwc:observationDate '1992-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8133> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9753'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8133'^^xsd:string;
  dwc:observationDate '1992-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8134> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9754'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8134'^^xsd:string;
  dwc:observationDate '1992-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8135> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9755'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus perforatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '149272'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8135'^^xsd:string;
  dwc:observationDate '1992-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '149272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8136> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9756'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8136'^^xsd:string;
  dwc:observationDate '1992-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8138> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9758'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8138'^^xsd:string;
  dwc:observationDate '1992-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9438> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11058'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9438'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9439> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11059'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9439'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9440> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11060'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9440'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9441> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11061'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9441'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9442> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11062'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9442'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9443> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11063'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9443'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9444> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11064'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9444'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9445> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11065'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9445'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9446> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11066'^^xsd:integer;
  dwc:scientificName 'Dinophysis sacculus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232261'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9446'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '232261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9447> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11067'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9447'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9448> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11068'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9448'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9449> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11069'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9449'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9450> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11070'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9450'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9426> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11046'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9426'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9427> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11047'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9427'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9428> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11048'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9428'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9429> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11049'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9429'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9430> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11050'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9430'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9431> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11051'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9431'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9432> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11052'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9432'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9433> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11053'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9433'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9434> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11054'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9434'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9435> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11055'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9435'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9436> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11056'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9436'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9437> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11057'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9437'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3202> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3976'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3202'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8137> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9757'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8137'^^xsd:string;
  dwc:observationDate '1992-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8124> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9744'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8124'^^xsd:string;
  dwc:observationDate '1992-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8125> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9745'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8125'^^xsd:string;
  dwc:observationDate '1992-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8126> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9746'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8126'^^xsd:string;
  dwc:observationDate '1992-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8127> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9747'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8127'^^xsd:string;
  dwc:observationDate '1992-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8128> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9748'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8128'^^xsd:string;
  dwc:observationDate '1992-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8129> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9749'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8129'^^xsd:string;
  dwc:observationDate '1992-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8130> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9750'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8130'^^xsd:string;
  dwc:observationDate '1992-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8131> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9751'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8131'^^xsd:string;
  dwc:observationDate '1992-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8082> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9702'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8082'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8083> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9703'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agiliforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109780'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8083'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '109780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8084> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9704'^^xsd:integer;
  dwc:scientificName 'Prorocentrum sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109566'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8084'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8085> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9705'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8085'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_996> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '788'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_996'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_997> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '789'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_997'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_998> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '790'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_998'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_999> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '791'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_999'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1000> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '792'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1000'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1001> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '793'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1001'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1002> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '794'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1002'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1003> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '795'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1003'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1004> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '796'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1004'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2773> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3385'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2773'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2774> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3386'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2774'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2775> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3387'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2775'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2776> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3388'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2776'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2777> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3389'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2777'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2778> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3390'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2778'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2779> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3391'^^xsd:integer;
  dwc:scientificName 'Chilomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '22577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2779'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '22577'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2780> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3392'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2780'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2770> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3382'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2770'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2771> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3383'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2771'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2772> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3384'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2772'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2924> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3536'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2924'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2925> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3537'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2925'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2926> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3538'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2926'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2927> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3539'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2927'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2900> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3512'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2900'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2901> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3513'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2901'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2902> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3514'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2902'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2903> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3515'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2903'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2904> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3516'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2904'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2905> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3517'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2905'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2906> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3518'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2906'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2907> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3519'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2907'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2908> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3520'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2908'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2909> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3521'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2909'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2910> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3522'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2910'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2911> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3523'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2911'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2912> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3524'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2912'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2913> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3525'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2913'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2914> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3526'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2914'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2915> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3527'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2915'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2916> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3528'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2916'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2917> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3529'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2917'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2919> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3531'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2919'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2920> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3532'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2920'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2921> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3533'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2921'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2922> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3534'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2922'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2923> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3535'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2923'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2896> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3508'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2896'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2897> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3509'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2897'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2898> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3510'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2898'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2899> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3511'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2899'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3343> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4117'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3343'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3344> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4118'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3344'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3345> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4119'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3345'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3346> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4120'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3346'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3347> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4121'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3347'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3348> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4122'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3348'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3349> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4123'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3349'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3350> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4124'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3350'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3351> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4125'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3351'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3352> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4126'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3352'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3353> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4127'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3353'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3354> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4128'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3354'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3355> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4129'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3355'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3356> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4130'^^xsd:integer;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3356'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3357> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4131'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3357'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3358> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4132'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3358'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3359> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4133'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3359'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3360> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4134'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3360'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3361> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4135'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3361'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3362> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4136'^^xsd:integer;
  dwc:scientificName 'Exuviaella perforata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:aphiaid '576722'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3362'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '232516'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3363> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4137'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3363'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3364> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4138'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3364'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3365> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4139'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3365'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3366> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4140'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3366'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2918> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3530'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2918'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3288> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4062'^^xsd:integer;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3288'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3289> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4063'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3289'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3292> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4066'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3292'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3293> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4067'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3293'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3294> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4068'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3294'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3295> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4069'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3295'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3296> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4070'^^xsd:integer;
  dwc:scientificName 'Phalacroma ovatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232501'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3296'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '232501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3297> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4071'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3297'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3298> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4072'^^xsd:integer;
  dwc:scientificName 'Bacillaria sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149148'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3298'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149148'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3299> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4073'^^xsd:integer;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3299'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3300> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4074'^^xsd:integer;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3300'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3301> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4075'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3301'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3302> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4076'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3302'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3303> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4077'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3303'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3304> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4078'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3304'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3305> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4079'^^xsd:integer;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3305'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3306> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4080'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3306'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3307> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4081'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3307'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3308> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4082'^^xsd:integer;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3308'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3309> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4083'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3309'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3310> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4084'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3310'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3311> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4085'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3311'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3312> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4086'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3312'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3313> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4087'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3313'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3314> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4088'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3314'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3315> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4089'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3315'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3316> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4090'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3316'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3317> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4091'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3317'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3318> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4092'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3318'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3319> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4093'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3319'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3320> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4094'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3320'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3321> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4095'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3321'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3322> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4096'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3322'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3323> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4097'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3323'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3327> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4101'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3327'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3328> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4102'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3328'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3329> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4103'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3329'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3330> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4104'^^xsd:integer;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3330'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3331> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4105'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3331'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3332> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4106'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3332'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3333> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4107'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3333'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3334> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4108'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3334'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3335> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4109'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3335'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3336> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4110'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3336'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3337> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4111'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3337'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3338> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4112'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3338'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3339> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4113'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3339'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3340> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4114'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3340'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3341> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4115'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3341'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3342> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4116'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3342'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_134> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '926'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_134'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_135> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '927'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_135'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_136> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '928'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_136'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_137> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '929'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_137'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_138> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '930'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_138'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_139> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '931'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_139'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3324> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4098'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3324'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3325> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4099'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3325'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3326> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4100'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3326'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3290> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4064'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3290'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3291> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4065'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3291'^^xsd:string;
  dwc:observationDate '1992-07-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_132> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '924'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_132'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_133> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '925'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_133'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9319> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10939'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9319'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9320> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10940'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9320'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9321> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10941'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9321'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9322> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10942'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9322'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9323> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10943'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9323'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9324> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10944'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9324'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9325> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10945'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9325'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9326> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10946'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9326'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9327> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10947'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9327'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9328> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10948'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9328'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9329> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10949'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9329'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9330> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10950'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9330'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9331> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10951'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9331'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9332> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10952'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9332'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9333> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10953'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9333'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9334> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10954'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9334'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9335> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10955'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9335'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9336> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10956'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9336'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9337> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10957'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9337'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13555> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5977'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13555'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13556> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5978'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13556'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13557> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5979'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13557'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13558> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5980'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13558'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13559> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5981'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13559'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13660> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5928'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13660'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13661> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5929'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13661'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13662> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5930'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13662'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13663> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5931'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13663'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13664> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5932'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13664'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13665> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5933'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13665'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13666> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5934'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13666'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13667> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5935'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13667'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13668> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5936'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13668'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13669> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5937'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13669'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13670> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5938'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13670'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13671> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5939'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13671'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13672> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5940'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13672'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13673> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5941'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13673'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13674> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5942'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13674'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13675> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5943'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13675'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13676> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5944'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13676'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13677> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5945'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13677'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13678> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5946'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13678'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13679> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5947'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13679'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13680> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5948'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13680'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13681> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5949'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13681'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13682> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5950'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13682'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13683> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5951'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13683'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13684> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5952'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13684'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13685> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5953'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13685'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13686> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5954'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13686'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13687> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5955'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13687'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13688> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5956'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13688'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13689> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5957'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13689'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13690> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5958'^^xsd:integer;
  dwc:scientificName 'Coccolithus fragilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '236067'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13690'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '235962'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13691> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5959'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13691'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13692> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5960'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13692'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13693> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5961'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13693'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13694> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5962'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13694'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13695> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5963'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13695'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13696> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5964'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13696'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13697> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5965'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13697'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13698> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5966'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13698'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13699> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5967'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13699'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13700> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5968'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13700'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13701> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5969'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13701'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13702> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5970'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13702'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13703> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5971'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13703'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13704> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5972'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13704'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13705> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5973'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13705'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13706> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5974'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13706'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13707> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5975'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13707'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13708> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5976'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13708'^^xsd:string;
  dwc:observationDate '1992-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9338> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10958'^^xsd:integer;
  dwc:scientificName 'Oscillatoria sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '146549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9338'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '146549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9339> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10959'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9339'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9340> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10960'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9340'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9341> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10961'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9341'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9342> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10962'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9342'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9343> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10963'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9343'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9344> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10964'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9344'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9345> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10965'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9345'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9346> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10966'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9346'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9347> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10967'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9347'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9348> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10968'^^xsd:integer;
  dwc:scientificName 'Peridinium brochii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '576813'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9348'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '110211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9349> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10969'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9349'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9350> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10970'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9350'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9307> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10927'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9307'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9308> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10928'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9308'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9309> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10929'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9309'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9310> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10930'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9310'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9311> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10931'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9311'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9312> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10932'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9312'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9313> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10933'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9313'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9314> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10934'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9314'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9315> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10935'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9315'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9316> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10936'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9316'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9317> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10937'^^xsd:integer;
  dwc:scientificName 'Cochlodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109474'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9317'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9318> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10938'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9318'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9402> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11022'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9402'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9403> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11023'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9403'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9404> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11024'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9404'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9405> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11025'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9405'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9406> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11026'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9406'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9407> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11027'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9407'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9408> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11028'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9408'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9409> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11029'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9409'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9410> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11030'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9410'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9411> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11031'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9411'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9412> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11032'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9412'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9413> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11033'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9413'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9414> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11034'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9414'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9415> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11035'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9415'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9416> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11036'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9416'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9417> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11037'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9417'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9418> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11038'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9418'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9419> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11039'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9419'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9420> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11040'^^xsd:integer;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9420'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9421> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11041'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9421'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9422> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11042'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9422'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9423> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11043'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9423'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9424> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11044'^^xsd:integer;
  dwc:scientificName 'Pronoctiluca acuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '233180'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9424'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '233180'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9425> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11045'^^xsd:integer;
  dwc:scientificName 'Pronoctiluca pelagica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109903'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9425'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109903'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9390> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11010'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9390'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9391> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11011'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9391'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9392> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11012'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9392'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9393> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11013'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9393'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9394> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11014'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9394'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9395> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11015'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9395'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9396> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11016'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9396'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9397> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11017'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9397'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9398> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11018'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9398'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9399> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11019'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9399'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9400> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11020'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9400'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9401> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11021'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9401'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9351> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10971'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9351'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9352> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10972'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9352'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9353> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10973'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9353'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9354> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10974'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '149271'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9354'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '149271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9355> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10975'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9355'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9356> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10976'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9356'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9357> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10977'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9357'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9358> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10978'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9358'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9359> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10979'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9359'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9360> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10980'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9360'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9361> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10981'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9361'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9362> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10982'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9362'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9363> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10983'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9363'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9364> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10984'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9364'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9365> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10985'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9365'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9366> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10986'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9366'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9367> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10987'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9367'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9368> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10988'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9368'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9369> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10989'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9369'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9370> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10990'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9370'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9371> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10991'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9371'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9372> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10992'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9372'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9373> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10993'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9373'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9374> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10994'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9374'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9375> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10995'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9375'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9376> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10996'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9376'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9377> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10997'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9377'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9378> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10998'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9378'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9379> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10999'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9379'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9380> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11000'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9380'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9381> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11001'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9381'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9382> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11002'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9382'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9383> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11003'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9383'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9384> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11004'^^xsd:integer;
  dwc:scientificName 'Chlorophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '801'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9384'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9385> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11005'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9385'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9386> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11006'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9386'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9387> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11007'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9387'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9388> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11008'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9388'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9389> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '11009'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9389'^^xsd:string;
  dwc:observationDate '1992-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_84>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_84> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_84> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_84>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_84>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_84" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '900'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_84'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2929> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3541'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2929'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2930> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3542'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2930'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2931> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3543'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2931'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2932> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3544'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2932'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2933> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3545'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2933'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2934> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3546'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2934'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2935> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3547'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2935'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2936> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3548'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2936'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2937> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3549'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2937'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2938> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3550'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2938'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2928> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3540'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2928'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_109> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '901'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_109'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_110> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '902'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_110'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_111> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '903'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_111'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_112> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '904'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_112'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_113> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '905'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_113'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_114> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '906'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_114'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_115> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '907'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_115'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_116> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '908'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_116'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_117> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '909'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_117'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_118> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '910'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_118'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_119> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '911'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_119'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_120> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '912'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_120'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_121> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '913'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_121'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_122> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '914'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_122'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_123> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '915'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_123'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_124> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '916'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_124'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_125> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '917'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_125'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_126> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '918'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_126'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_127> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '919'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_127'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_128> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '920'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_128'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_129> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '921'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_129'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_130> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '922'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_130'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_131> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.25"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.25 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.25"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '923'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.25'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_131'^^xsd:string;
  dwc:observationDate '1993-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6275> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7859'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.28'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6275'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6276> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7860'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.28'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6276'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6277> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7861'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.28'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6277'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6278> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7862'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.28'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6278'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6279> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7863'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.28'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6279'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6280> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7864'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.28'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6280'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6281> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7865'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.28'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6281'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6282> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7866'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.28'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6282'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6283> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7867'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.28'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6283'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6284> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7868'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.28'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6284'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6285> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7869'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.28'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6285'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6286> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7870'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.28'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6286'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6287> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7871'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.28'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6287'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6288> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7872'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.28'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6288'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6289> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7873'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.28'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6289'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6290> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7874'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.28'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6290'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6291> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7875'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.28'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6291'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6292> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7876'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.28'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6292'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6293> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7877'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.28'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6293'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6294> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7878'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.28'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6294'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6295> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7879'^^xsd:integer;
  dwc:scientificName 'Prorocentrum sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.28'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109566'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6295'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6296> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7880'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.28'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6296'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8114> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9734'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.28'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8114'^^xsd:string;
  dwc:observationDate '1992-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8115> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9735'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.28'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8115'^^xsd:string;
  dwc:observationDate '1992-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8116> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9736'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.28'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8116'^^xsd:string;
  dwc:observationDate '1992-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8117> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9737'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.28'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8117'^^xsd:string;
  dwc:observationDate '1992-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8118> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9738'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.28'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8118'^^xsd:string;
  dwc:observationDate '1992-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8119> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9739'^^xsd:integer;
  dwc:scientificName 'Peridinium granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.28'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '162785'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8119'^^xsd:string;
  dwc:observationDate '1992-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '110223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8120> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9740'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.28'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8120'^^xsd:string;
  dwc:observationDate '1992-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8121> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9741'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.28'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8121'^^xsd:string;
  dwc:observationDate '1992-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8122> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9742'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.28'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8122'^^xsd:string;
  dwc:observationDate '1992-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8123> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.28"^^xsd:decimal ;
  dwc:decimalLongitude "38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.28 38)"^^geo:wktLiteral ;
  geo-pos:lat "44.28"^^xsd:decimal ;
  geo-pos:long "38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9743'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38'^^xsd:integer;
  dwc:latitude '44.28'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8123'^^xsd:string;
  dwc:observationDate '1992-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5899> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 38.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "38.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 38.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "38.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7411'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5899'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6316> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 38.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "38.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 38.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "38.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7900'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6316'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6317> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 38.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "38.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 38.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "38.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7901'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6317'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6318> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 38.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "38.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 38.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "38.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7902'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6318'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6319> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 38.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "38.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 38.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "38.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7903'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6319'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6320> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 38.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "38.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 38.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "38.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7904'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6320'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6321> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 38.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "38.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 38.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "38.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7905'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6321'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6322> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 38.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "38.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 38.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "38.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7906'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6322'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6323> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 38.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "38.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 38.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "38.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7907'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6323'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6324> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 38.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "38.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 38.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "38.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7908'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6324'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6325> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 38.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "38.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 38.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "38.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7909'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6325'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6326> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 38.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "38.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 38.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "38.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7910'^^xsd:integer;
  dwc:scientificName 'Pronoctiluca pelagica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109903'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6326'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '109903'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6327> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 38.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "38.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 38.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "38.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7911'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6327'^^xsd:string;
  dwc:observationDate '1992-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4681> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5869'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.02'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4681'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4682> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5870'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.02'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4682'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4683> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5871'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.02'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4683'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4684> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5872'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.02'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4684'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4685> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5873'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.02'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4685'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4686> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5874'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.02'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4686'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4687> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5875'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.02'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4687'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4688> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5876'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.02'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4688'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4689> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5877'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.02'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4689'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4690> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5878'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.02'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4690'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4691> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5879'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.02'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4691'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4692> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5880'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.02'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4692'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4693> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5881'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.02'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4693'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4694> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5882'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.02'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4694'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4695> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5883'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.02'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4695'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4696> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5884'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.02'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4696'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4697> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5885'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.02'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4697'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4698> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5886'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.02'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4698'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4699> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44"^^xsd:decimal ;
  dwc:decimalLongitude "38.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44 38.02)"^^geo:wktLiteral ;
  geo-pos:lat "44"^^xsd:decimal ;
  geo-pos:long "38.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5887'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.02'^^xsd:double;
  dwc:latitude '44'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4699'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2845> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3457'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2845'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2846> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3458'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2846'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2862> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3474'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2862'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2863> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3475'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2863'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2864> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3476'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2864'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2865> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3477'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2865'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2866> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3478'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2866'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2868> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3480'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2868'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2869> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3481'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2869'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2870> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3482'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2870'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2873> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3485'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2873'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2874> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3486'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2874'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2867> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3479'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2867'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2871> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3483'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2871'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2872> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3484'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2872'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2859> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3471'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2859'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2860> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3472'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2860'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2861> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3473'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2861'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2856> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3468'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2856'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2857> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3469'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2857'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2858> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3470'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polygramma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '110035'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2858'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '110035'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2851> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3463'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2851'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2852> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3464'^^xsd:integer;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2852'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2853> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3465'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2853'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2854> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3466'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2854'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2855> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3467'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2855'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2847> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3459'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2847'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2848> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3460'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2848'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2849> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3461'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2849'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2850> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3462'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2850'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2875> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3487'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2875'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2876> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3488'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2876'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2877> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3489'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2877'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2878> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3490'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2878'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2840> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3452'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2840'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2841> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3453'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2841'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2842> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3454'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2842'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2843> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3455'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2843'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2844> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3456'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2844'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2826> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3438'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2826'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2827> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3439'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2827'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2828> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3440'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2828'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2829> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3441'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2829'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2830> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3442'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2830'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2831> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3443'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2831'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2824> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3436'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2824'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2825> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3437'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2825'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2832> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3444'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2832'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2833> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3445'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2833'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2834> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3446'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2834'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2835> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3447'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2835'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2836> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3448'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2836'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2837> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3449'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2837'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2838> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3450'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2838'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2839> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.03)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3451'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.03'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2839'^^xsd:string;
  dwc:observationDate '1993-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9160> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10780'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9160'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9161> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10781'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9161'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9162> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10782'^^xsd:integer;
  dwc:scientificName 'Gymnodinium lacustre'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '249715'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9162'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '249715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9163> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10783'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9163'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9164> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10784'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9164'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9165> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10785'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9165'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6219> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7803'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6219'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6220> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7804'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6220'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6221> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7805'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6221'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6222> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7806'^^xsd:integer;
  dwc:scientificName 'Eutreptiella braarudii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '248121'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6222'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '248121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6223> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7807'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6223'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6224> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7808'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6224'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6225> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7809'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6225'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6226> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7810'^^xsd:integer;
  dwc:scientificName 'Peridinium cinctum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110183'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6226'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '110183'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6227> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7811'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6227'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6228> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7812'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6228'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6229> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7813'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6229'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6230> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7814'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6230'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6231> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7815'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6231'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6232> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7816'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6232'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6233> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7817'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6233'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2939> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3551'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2939'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2940> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3552'^^xsd:integer;
  dwc:scientificName 'Nitzschia sigma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149213'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2940'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '149213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2941> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3553'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2941'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2942> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3554'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2942'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2943> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3555'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2943'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2944> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3556'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2944'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2945> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3557'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2945'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2946> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3558'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2946'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2947> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3559'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2947'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2948> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3560'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2948'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2949> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3561'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2949'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2950> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3562'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2950'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2951> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3563'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2951'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2952> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3564'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2952'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2953> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3565'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2953'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2954> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3566'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2954'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2955> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3567'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2955'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2956> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3568'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2956'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2957> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.1"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.1 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.1"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3569'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.1'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2957'^^xsd:string;
  dwc:observationDate '1993-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3218> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3992'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3218'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3219> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3993'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149106'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3219'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '149106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3220> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3994'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3220'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3221> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3995'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3221'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3222> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3996'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3222'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3223> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3997'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3223'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3224> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3998'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3224'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3225> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3999'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3225'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3226> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4000'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3226'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3227> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4001'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3227'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3228> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4002'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3228'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3229> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4003'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3229'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3230> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4004'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3230'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3231> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4005'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3231'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3232> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4006'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3232'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3233> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4007'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3233'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3234> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4008'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3234'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3235> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4009'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3235'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3236> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4010'^^xsd:integer;
  dwc:scientificName 'Cyclotella caspia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163196'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3236'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '163196'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3237> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4011'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3237'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3238> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4012'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3238'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4700> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5888'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4700'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8093> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9713'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus perforatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149272'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8093'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '149272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8094> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9714'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8094'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8095> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9715'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8095'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8096> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9716'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8096'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8097> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9717'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8097'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8098> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9718'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8098'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8099> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9719'^^xsd:integer;
  dwc:scientificName 'Gymnodinium varians'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163825'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8099'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '163825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8100> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9720'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8100'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8101> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9721'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8101'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8102> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9722'^^xsd:integer;
  dwc:scientificName 'Prorocentrum scutellum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '110314'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8102'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '110314'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8103> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9723'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus jonesianus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '163178'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8103'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '450730'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8104> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9724'^^xsd:integer;
  dwc:scientificName 'Chrysococcus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '248110'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8104'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '248110'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8105> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9725'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8105'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8106> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9726'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8106'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8107> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9727'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8107'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8108> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9728'^^xsd:integer;
  dwc:scientificName 'Prorocentrum scutellum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '110314'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8108'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '110314'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8109> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9729'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8109'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8110> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9730'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8110'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8111> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9731'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8111'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8112> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9732'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8112'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8113> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "38.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 38.5)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "38.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9733'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.5'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8113'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7916> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.76)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9536'^^xsd:integer;
  dwc:scientificName 'Phalacroma pulchellum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.76'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232510'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7916'^^xsd:string;
  dwc:observationDate '1992-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '109649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7917> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.76)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9537'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.76'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7917'^^xsd:string;
  dwc:observationDate '1992-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7918> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.76)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9538'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.76'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7918'^^xsd:string;
  dwc:observationDate '1992-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7919> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.76)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9539'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.76'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7919'^^xsd:string;
  dwc:observationDate '1992-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7920> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.76)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9540'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.76'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7920'^^xsd:string;
  dwc:observationDate '1992-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7921> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.76)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9541'^^xsd:integer;
  dwc:scientificName 'Peridinium granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.76'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '162785'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7921'^^xsd:string;
  dwc:observationDate '1992-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '110223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7922> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.76)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9542'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.76'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7922'^^xsd:string;
  dwc:observationDate '1992-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7923> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "38.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 38.76)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "38.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9543'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.76'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7923'^^xsd:string;
  dwc:observationDate '1992-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13940> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5905'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13940'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13941> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5906'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13941'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13942> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5907'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13942'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13943> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5908'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13943'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13944> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5909'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13944'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13945> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5910'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13945'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13946> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5911'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13946'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13947> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5912'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13947'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13948> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5913'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13948'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13949> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5914'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13949'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13950> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5915'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13950'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13951> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5916'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13951'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13952> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5917'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13952'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13953> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5918'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13953'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13954> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5919'^^xsd:integer;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13954'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13955> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5920'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13955'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13956> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5921'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13956'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13957> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5922'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13957'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13655> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5923'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13655'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13656> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5924'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13656'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13657> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5925'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13657'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13658> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5926'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13658'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13659> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5927'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13659'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4701> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5889'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4701'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4702> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5890'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4702'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4703> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5891'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4703'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4704> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5892'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4704'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4705> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5893'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4705'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4706> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5894'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4706'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4707> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5895'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4707'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4708> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5896'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4708'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4709> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5897'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4709'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4710> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5898'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4710'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4711> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5899'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4711'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4712> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5900'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4712'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4713> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5901'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4713'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4714> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5902'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4714'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4715> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5903'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4715'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4716> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "38.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 38.91)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "38.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5904'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.91'^^xsd:double;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4716'^^xsd:string;
  dwc:observationDate '1992-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6234> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.81"^^xsd:decimal ;
  dwc:decimalLongitude "38.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.81"^^xsd:decimal ;
  geo-pos:long "38.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7818'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.96'^^xsd:double;
  dwc:latitude '43.81'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6234'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6235> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.81"^^xsd:decimal ;
  dwc:decimalLongitude "38.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.81"^^xsd:decimal ;
  geo-pos:long "38.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7819'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.96'^^xsd:double;
  dwc:latitude '43.81'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6235'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6236> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.81"^^xsd:decimal ;
  dwc:decimalLongitude "38.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.81"^^xsd:decimal ;
  geo-pos:long "38.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7820'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.96'^^xsd:double;
  dwc:latitude '43.81'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6236'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6237> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.81"^^xsd:decimal ;
  dwc:decimalLongitude "38.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.81"^^xsd:decimal ;
  geo-pos:long "38.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7821'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.96'^^xsd:double;
  dwc:latitude '43.81'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6237'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6238> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.81"^^xsd:decimal ;
  dwc:decimalLongitude "38.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.81"^^xsd:decimal ;
  geo-pos:long "38.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7822'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.96'^^xsd:double;
  dwc:latitude '43.81'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6238'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6239> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.81"^^xsd:decimal ;
  dwc:decimalLongitude "38.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.81"^^xsd:decimal ;
  geo-pos:long "38.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7823'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.96'^^xsd:double;
  dwc:latitude '43.81'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6239'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6240> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.81"^^xsd:decimal ;
  dwc:decimalLongitude "38.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.81"^^xsd:decimal ;
  geo-pos:long "38.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7824'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.96'^^xsd:double;
  dwc:latitude '43.81'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6240'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6241> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.81"^^xsd:decimal ;
  dwc:decimalLongitude "38.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.81"^^xsd:decimal ;
  geo-pos:long "38.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7825'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.96'^^xsd:double;
  dwc:latitude '43.81'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6241'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6242> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.81"^^xsd:decimal ;
  dwc:decimalLongitude "38.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.81"^^xsd:decimal ;
  geo-pos:long "38.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7826'^^xsd:integer;
  dwc:scientificName 'Dinophysis caudata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.96'^^xsd:double;
  dwc:latitude '43.81'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109612'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6242'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '109612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6243> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.81"^^xsd:decimal ;
  dwc:decimalLongitude "38.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.81"^^xsd:decimal ;
  geo-pos:long "38.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7827'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.96'^^xsd:double;
  dwc:latitude '43.81'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6243'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6244> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.81"^^xsd:decimal ;
  dwc:decimalLongitude "38.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.81"^^xsd:decimal ;
  geo-pos:long "38.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7828'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.96'^^xsd:double;
  dwc:latitude '43.81'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6244'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6245> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.81"^^xsd:decimal ;
  dwc:decimalLongitude "38.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.81"^^xsd:decimal ;
  geo-pos:long "38.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7829'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.96'^^xsd:double;
  dwc:latitude '43.81'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6245'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6246> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.81"^^xsd:decimal ;
  dwc:decimalLongitude "38.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.81"^^xsd:decimal ;
  geo-pos:long "38.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7830'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.96'^^xsd:double;
  dwc:latitude '43.81'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6246'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6247> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.81"^^xsd:decimal ;
  dwc:decimalLongitude "38.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.81"^^xsd:decimal ;
  geo-pos:long "38.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7831'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.96'^^xsd:double;
  dwc:latitude '43.81'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6247'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6252> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.81"^^xsd:decimal ;
  dwc:decimalLongitude "38.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.81"^^xsd:decimal ;
  geo-pos:long "38.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7836'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.96'^^xsd:double;
  dwc:latitude '43.81'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6252'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6253> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.81"^^xsd:decimal ;
  dwc:decimalLongitude "38.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.81"^^xsd:decimal ;
  geo-pos:long "38.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7837'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.96'^^xsd:double;
  dwc:latitude '43.81'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6253'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6248> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.81"^^xsd:decimal ;
  dwc:decimalLongitude "38.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.81"^^xsd:decimal ;
  geo-pos:long "38.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7832'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.96'^^xsd:double;
  dwc:latitude '43.81'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6248'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6249> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.81"^^xsd:decimal ;
  dwc:decimalLongitude "38.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.81"^^xsd:decimal ;
  geo-pos:long "38.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7833'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agiliforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.96'^^xsd:double;
  dwc:latitude '43.81'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109780'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6249'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '109780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6250> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.81"^^xsd:decimal ;
  dwc:decimalLongitude "38.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.81"^^xsd:decimal ;
  geo-pos:long "38.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7834'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.96'^^xsd:double;
  dwc:latitude '43.81'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6250'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6251> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.81"^^xsd:decimal ;
  dwc:decimalLongitude "38.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.81 38.96)"^^geo:wktLiteral ;
  geo-pos:lat "43.81"^^xsd:decimal ;
  geo-pos:long "38.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7835'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.96'^^xsd:double;
  dwc:latitude '43.81'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6251'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3132> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.06"^^xsd:decimal ;
  dwc:decimalLongitude "38.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  geo-pos:lat "43.06"^^xsd:decimal ;
  geo-pos:long "38.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3906'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.97'^^xsd:double;
  dwc:latitude '43.06'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3132'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3133> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.06"^^xsd:decimal ;
  dwc:decimalLongitude "38.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  geo-pos:lat "43.06"^^xsd:decimal ;
  geo-pos:long "38.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3907'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.97'^^xsd:double;
  dwc:latitude '43.06'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3133'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3134> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.06"^^xsd:decimal ;
  dwc:decimalLongitude "38.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  geo-pos:lat "43.06"^^xsd:decimal ;
  geo-pos:long "38.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3908'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.97'^^xsd:double;
  dwc:latitude '43.06'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3134'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3135> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.06"^^xsd:decimal ;
  dwc:decimalLongitude "38.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  geo-pos:lat "43.06"^^xsd:decimal ;
  geo-pos:long "38.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3909'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.97'^^xsd:double;
  dwc:latitude '43.06'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3135'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3137> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.06"^^xsd:decimal ;
  dwc:decimalLongitude "38.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  geo-pos:lat "43.06"^^xsd:decimal ;
  geo-pos:long "38.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3911'^^xsd:integer;
  dwc:scientificName 'Pedinella tricostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.97'^^xsd:double;
  dwc:latitude '43.06'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '573931'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3137'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '573933'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3138> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.06"^^xsd:decimal ;
  dwc:decimalLongitude "38.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  geo-pos:lat "43.06"^^xsd:decimal ;
  geo-pos:long "38.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3912'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.97'^^xsd:double;
  dwc:latitude '43.06'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3138'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3131> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.06"^^xsd:decimal ;
  dwc:decimalLongitude "38.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  geo-pos:lat "43.06"^^xsd:decimal ;
  geo-pos:long "38.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3905'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.97'^^xsd:double;
  dwc:latitude '43.06'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3131'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3118> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.06"^^xsd:decimal ;
  dwc:decimalLongitude "38.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  geo-pos:lat "43.06"^^xsd:decimal ;
  geo-pos:long "38.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3892'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.97'^^xsd:double;
  dwc:latitude '43.06'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3118'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3119> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.06"^^xsd:decimal ;
  dwc:decimalLongitude "38.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  geo-pos:lat "43.06"^^xsd:decimal ;
  geo-pos:long "38.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3893'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.97'^^xsd:double;
  dwc:latitude '43.06'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3119'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3120> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.06"^^xsd:decimal ;
  dwc:decimalLongitude "38.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  geo-pos:lat "43.06"^^xsd:decimal ;
  geo-pos:long "38.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3894'^^xsd:integer;
  dwc:scientificName 'Gonyaulax scrippsae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.97'^^xsd:double;
  dwc:latitude '43.06'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110039'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3120'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '110039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3121> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.06"^^xsd:decimal ;
  dwc:decimalLongitude "38.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  geo-pos:lat "43.06"^^xsd:decimal ;
  geo-pos:long "38.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3895'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.97'^^xsd:double;
  dwc:latitude '43.06'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3121'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3122> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.06"^^xsd:decimal ;
  dwc:decimalLongitude "38.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  geo-pos:lat "43.06"^^xsd:decimal ;
  geo-pos:long "38.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3896'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.97'^^xsd:double;
  dwc:latitude '43.06'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3122'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3123> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.06"^^xsd:decimal ;
  dwc:decimalLongitude "38.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  geo-pos:lat "43.06"^^xsd:decimal ;
  geo-pos:long "38.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3897'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.97'^^xsd:double;
  dwc:latitude '43.06'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3123'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3124> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.06"^^xsd:decimal ;
  dwc:decimalLongitude "38.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  geo-pos:lat "43.06"^^xsd:decimal ;
  geo-pos:long "38.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3898'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.97'^^xsd:double;
  dwc:latitude '43.06'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3124'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3125> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.06"^^xsd:decimal ;
  dwc:decimalLongitude "38.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  geo-pos:lat "43.06"^^xsd:decimal ;
  geo-pos:long "38.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3899'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.97'^^xsd:double;
  dwc:latitude '43.06'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3125'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3126> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.06"^^xsd:decimal ;
  dwc:decimalLongitude "38.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  geo-pos:lat "43.06"^^xsd:decimal ;
  geo-pos:long "38.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3900'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.97'^^xsd:double;
  dwc:latitude '43.06'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3126'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3127> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.06"^^xsd:decimal ;
  dwc:decimalLongitude "38.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  geo-pos:lat "43.06"^^xsd:decimal ;
  geo-pos:long "38.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3901'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.97'^^xsd:double;
  dwc:latitude '43.06'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3127'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3128> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.06"^^xsd:decimal ;
  dwc:decimalLongitude "38.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  geo-pos:lat "43.06"^^xsd:decimal ;
  geo-pos:long "38.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3902'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.97'^^xsd:double;
  dwc:latitude '43.06'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3128'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3129> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.06"^^xsd:decimal ;
  dwc:decimalLongitude "38.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  geo-pos:lat "43.06"^^xsd:decimal ;
  geo-pos:long "38.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3903'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.97'^^xsd:double;
  dwc:latitude '43.06'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3129'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3130> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.06"^^xsd:decimal ;
  dwc:decimalLongitude "38.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  geo-pos:lat "43.06"^^xsd:decimal ;
  geo-pos:long "38.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3904'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.97'^^xsd:double;
  dwc:latitude '43.06'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3130'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3115> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.06"^^xsd:decimal ;
  dwc:decimalLongitude "38.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  geo-pos:lat "43.06"^^xsd:decimal ;
  geo-pos:long "38.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3889'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.97'^^xsd:double;
  dwc:latitude '43.06'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3115'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3116> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.06"^^xsd:decimal ;
  dwc:decimalLongitude "38.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  geo-pos:lat "43.06"^^xsd:decimal ;
  geo-pos:long "38.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3890'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.97'^^xsd:double;
  dwc:latitude '43.06'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3116'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3117> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.06"^^xsd:decimal ;
  dwc:decimalLongitude "38.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  geo-pos:lat "43.06"^^xsd:decimal ;
  geo-pos:long "38.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3891'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.97'^^xsd:double;
  dwc:latitude '43.06'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3117'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3136> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.06"^^xsd:decimal ;
  dwc:decimalLongitude "38.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.06 38.97)"^^geo:wktLiteral ;
  geo-pos:lat "43.06"^^xsd:decimal ;
  geo-pos:long "38.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3910'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.97'^^xsd:double;
  dwc:latitude '43.06'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3136'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4649> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5837'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4649'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4650> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5838'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4650'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4651> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5839'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4651'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4652> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5840'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4652'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4653> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5841'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4653'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4654> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5842'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4654'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4655> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5843'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4655'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4656> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5844'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4656'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4657> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5845'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4657'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4658> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5846'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4658'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4661> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5849'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4661'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4660> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5848'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4660'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4659> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5847'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4659'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4632> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5820'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4632'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4633> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5821'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4633'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4634> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5822'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4634'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4635> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5823'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4635'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4636> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5824'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4636'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4637> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5825'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4637'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4638> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5826'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4638'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4639> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5827'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4639'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4640> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5828'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4640'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4641> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5829'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4641'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4642> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5830'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4642'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4643> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5831'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4643'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4644> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5832'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4644'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4645> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5833'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4645'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4646> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5834'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4646'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4647> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5835'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4647'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4648> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5836'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4648'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9098> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10718'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9098'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9099> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10719'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9099'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9100> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10720'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9100'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9101> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10721'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9101'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9102> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10722'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9102'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9103> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10723'^^xsd:integer;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9103'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9104> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10724'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9104'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9105> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10725'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9105'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9106> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10726'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9106'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9107> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10727'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9107'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9108> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10728'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9108'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9109> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10729'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9109'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9110> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10730'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9110'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9085> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10705'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9085'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9086> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10706'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9086'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9087> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10707'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9087'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9088> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10708'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9088'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9089> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10709'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9089'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9090> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10710'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9090'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9091> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10711'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9091'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9092> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10712'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9092'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9093> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10713'^^xsd:integer;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9093'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9094> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10714'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9094'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9095> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10715'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9095'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9096> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10716'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9096'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9097> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10717'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9097'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9111> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10731'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9111'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9112> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10732'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9112'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9113> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10733'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9113'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9114> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10734'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9114'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9115> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "38.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 38.98)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "38.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10735'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '38.98'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9115'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3070> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3844'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3070'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3071> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3845'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3071'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3072> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3846'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3072'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3073> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3847'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3073'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3074> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3848'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3074'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3075> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3849'^^xsd:integer;
  dwc:scientificName 'Gonyaulax digitale'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '110015'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3075'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '110015'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3076> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3850'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3076'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3077> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3851'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3077'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3078> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3852'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3078'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3079> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3853'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3079'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3080> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3854'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3080'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3081> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3855'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3081'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3082> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3856'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3082'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3083> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3857'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3083'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3092> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3866'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3092'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3093> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3867'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3093'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3084> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3858'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3084'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3085> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3859'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3085'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3086> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3860'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3086'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3087> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3861'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3087'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3088> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3862'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3088'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3089> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3863'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3089'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3090> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3864'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3090'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3091> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3865'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3091'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3097> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3871'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3097'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3054> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3828'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3054'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3055> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3829'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3055'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3050> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3824'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3050'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3051> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3825'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3051'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3052> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3826'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3052'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3053> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3827'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3053'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_917> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '709'^^xsd:integer;
  dwc:scientificName 'Thalassiosira subsalina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163480'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_917'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '163480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1875> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "19"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2322'^^xsd:integer;
  dwc:scientificName 'Protoperidinium decipiens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '19'^^xsd:integer;
  dwc:aphiaid '233390'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1875'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '233390'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1876> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "19"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2323'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '19'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1876'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1877> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "19"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2324'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '19'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1877'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1871> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2318'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1871'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1872> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2319'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1872'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1873> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2320'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1873'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1874> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "19"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2321'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '19'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1874'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3103> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3877'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3103'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3094> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3868'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3094'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3095> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3869'^^xsd:integer;
  dwc:scientificName 'Exuviaella perforata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '576722'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3095'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '232516'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3096> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3870'^^xsd:integer;
  dwc:scientificName 'Gonyaulax spinifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '110041'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3096'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '110041'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3098> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3872'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3098'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3099> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3873'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3099'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3100> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3874'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3100'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3101> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3875'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3101'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3102> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3876'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3102'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6123> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7707'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6123'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6124> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7708'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6124'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6125> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7709'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6125'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6126> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7710'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6126'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6127> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7711'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6127'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6128> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7712'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6128'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6129> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7713'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6129'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6130> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7714'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6130'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6131> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7715'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6131'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6132> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7716'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149106'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6132'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '149106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6133> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7717'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6133'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6134> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7718'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6134'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6135> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7719'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6135'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6136> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7720'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6136'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6137> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7721'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6137'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6138> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7722'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6138'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6139> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7723'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6139'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6140> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7724'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6140'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6141> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7725'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6141'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6142> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7726'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6142'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6143> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7727'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6143'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1888> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2335'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1888'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_937> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '729'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_937'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_938> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '730'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_938'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_939> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '731'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_939'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_934> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '726'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_934'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_935> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '727'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_935'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_936> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '728'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_936'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3111> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3885'^^xsd:integer;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3111'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3112> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3886'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3112'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3113> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3887'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3113'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3114> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3888'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3114'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3105> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3879'^^xsd:integer;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3105'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3106> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3880'^^xsd:integer;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3106'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3107> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3881'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3107'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3108> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3882'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3108'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3109> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3883'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3109'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3110> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3884'^^xsd:integer;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3110'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3104> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3878'^^xsd:integer;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3104'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_947> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '739'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_947'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_942> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '734'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_942'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_943> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '735'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_943'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_944> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '736'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_944'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_945> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '737'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_945'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_946> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '738'^^xsd:integer;
  dwc:scientificName 'Thalassiosira subsalina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '163480'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_946'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '163480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_940> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '732'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_940'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_941> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '733'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_941'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_925> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '717'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_925'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_926> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '718'^^xsd:integer;
  dwc:scientificName 'Cyanophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '146542'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_926'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '146542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_927> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '719'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_927'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_928> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '720'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_928'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_929> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '721'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_929'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_930> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '722'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_930'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_931> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '723'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_931'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_948> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '740'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_948'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_932> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '724'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_932'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_933> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '725'^^xsd:integer;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_933'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_949> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '741'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_949'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_950> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '742'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_950'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_951> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '743'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_951'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_921> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '713'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_921'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_922> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '714'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_922'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_923> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '715'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_923'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_924> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '716'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_924'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_920> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '712'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_920'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_910> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '702'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_910'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_911> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '703'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_911'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_912> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '704'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_912'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_913> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '705'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_913'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_914> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '706'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_914'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_915> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '707'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_915'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_916> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '708'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_916'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_918> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '710'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_918'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_919> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '711'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_919'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_909> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '701'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_909'^^xsd:string;
  dwc:observationDate '1993-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3059> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3833'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3059'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3060> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3834'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3060'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3061> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3835'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3061'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3062> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3836'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3062'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3063> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3837'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3063'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3064> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3838'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3064'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3065> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3839'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3065'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3066> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3840'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3066'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3067> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3841'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3067'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3068> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3842'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '149106'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3068'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '149106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3069> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3843'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3069'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3056> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3830'^^xsd:integer;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3056'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3057> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3831'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3057'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3058> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3832'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3058'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9047> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10667'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9047'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9048> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10668'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9048'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9049> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10669'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9049'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9050> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10670'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9050'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9008> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10628'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9008'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9009> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10629'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9009'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9010> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10630'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9010'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9011> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10631'^^xsd:integer;
  dwc:scientificName 'Gonyaulax digitale'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110015'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9011'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '110015'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9012> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10632'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9012'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9013> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10633'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9013'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9014> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10634'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9014'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9015> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10635'^^xsd:integer;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9015'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9016> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10636'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9016'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9017> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10637'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9017'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9018> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10638'^^xsd:integer;
  dwc:scientificName 'Phalacroma cuneolus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232458'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9018'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '232458'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9019> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10639'^^xsd:integer;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9019'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9020> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10640'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9020'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9034> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10654'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9034'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9035> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10655'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9035'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9036> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10656'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9036'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9037> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10657'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9037'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9038> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10658'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9038'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9039> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10659'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9039'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9040> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10660'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9040'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9041> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10661'^^xsd:integer;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9041'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9042> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10662'^^xsd:integer;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9042'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9043> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10663'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9043'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9044> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10664'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9044'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9045> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10665'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9045'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9046> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10666'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9046'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8995> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10615'^^xsd:integer;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8995'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8996> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10616'^^xsd:integer;
  dwc:scientificName 'Protoceratium reticulatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '110321'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8996'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '110321'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8997> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10617'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8997'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8998> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10618'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8998'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8999> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10619'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8999'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9000> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10620'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9000'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9001> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10621'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9001'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9002> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10622'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9002'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9003> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10623'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9003'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9004> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10624'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9004'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9005> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10625'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9005'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9006> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10626'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9006'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9007> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10627'^^xsd:integer;
  dwc:scientificName 'Cochlodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109474'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9007'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '109474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9021> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10641'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9021'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9022> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10642'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9022'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9023> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10643'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9023'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9024> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10644'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9024'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9025> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10645'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9025'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9026> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10646'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9026'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9027> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10647'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9027'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9028> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10648'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9028'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9029> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10649'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9029'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9030> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10650'^^xsd:integer;
  dwc:scientificName 'Dinophysis acuminata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '109603'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9030'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '109603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9031> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10651'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9031'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9032> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10652'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9032'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9033> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10653'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9033'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8987> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10607'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8987'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8988> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10608'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8988'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8989> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10609'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8989'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8990> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10610'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8990'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8991> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10611'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8991'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8992> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10612'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8992'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8993> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10613'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8993'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8994> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10614'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8994'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8921> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10541'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8921'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8922> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10542'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8922'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8923> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10543'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8923'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8924> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10544'^^xsd:integer;
  dwc:scientificName 'Chlorophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '801'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8924'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8925> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10545'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8925'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8926> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10546'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8926'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8927> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10547'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8927'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8928> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10548'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8928'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8929> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10549'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8929'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8930> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10550'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8930'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8931> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10551'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8931'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8932> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10552'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8932'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8933> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10553'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8933'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8934> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10554'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8934'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8935> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10555'^^xsd:integer;
  dwc:scientificName 'Dinophysis acuminata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109603'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8935'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '109603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8936> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10556'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8936'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8937> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10557'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8937'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8938> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10558'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8938'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8939> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10559'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8939'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8940> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10560'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8940'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8941> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10561'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8941'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8942> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10562'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8942'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8943> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10563'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8943'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8944> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10564'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8944'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8945> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10565'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8945'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8946> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10566'^^xsd:integer;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8946'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8947> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10567'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8947'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8948> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10568'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8948'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8949> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10569'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8949'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8950> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10570'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8950'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8951> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10571'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8951'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8952> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10572'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8952'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8953> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10573'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8953'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8954> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10574'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8954'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8955> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10575'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8955'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8956> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10576'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8956'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8957> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10577'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8957'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8958> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10578'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8958'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8959> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10579'^^xsd:integer;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8959'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8960> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10580'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8960'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8961> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10581'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8961'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8962> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10582'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8962'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8963> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10583'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8963'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8964> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10584'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8964'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8965> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10585'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8965'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8966> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10586'^^xsd:integer;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8966'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8967> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10587'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8967'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8968> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10588'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8968'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8969> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10589'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8969'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8970> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10590'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8970'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8971> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10591'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8971'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8972> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10592'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8972'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8973> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10593'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8973'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8974> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10594'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8974'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8975> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10595'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8975'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8976> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10596'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8976'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8062> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9682'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8062'^^xsd:string;
  dwc:observationDate '1992-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8063> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9683'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8063'^^xsd:string;
  dwc:observationDate '1992-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8064> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9684'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8064'^^xsd:string;
  dwc:observationDate '1992-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8065> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9685'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149271'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8065'^^xsd:string;
  dwc:observationDate '1992-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '149271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8066> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9686'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8066'^^xsd:string;
  dwc:observationDate '1992-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8067> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9687'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149271'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8067'^^xsd:string;
  dwc:observationDate '1992-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '149271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1886> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2333'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1886'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1887> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2334'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1887'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1878> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "19"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2325'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '19'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1878'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1879> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "19"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2326'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '19'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1879'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1880> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2327'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1880'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1881> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2328'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1881'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1882> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2329'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1882'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1883> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2330'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1883'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1884> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2331'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1884'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1885> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2332'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1885'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6144> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7728'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6144'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6145> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7729'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6145'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6146> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7730'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6146'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8977> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10597'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8977'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8978> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10598'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8978'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8979> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10599'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8979'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8980> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10600'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8980'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8981> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10601'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8981'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8982> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10602'^^xsd:integer;
  dwc:scientificName 'Dinophysis acuminata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109603'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8982'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '109603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8983> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10603'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8983'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8984> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10604'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8984'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8985> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10605'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8985'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8986> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10606'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8986'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1849> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2296'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1849'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1850> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2297'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1850'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1851> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2298'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1851'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1852> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2299'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1852'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1853> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2300'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1853'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1854> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2301'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1854'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1855> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2302'^^xsd:integer;
  dwc:scientificName 'Peridinium punctulatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '162790'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1855'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '110248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1856> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2303'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1856'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1857> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2304'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1857'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1858> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2305'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1858'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1859> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2306'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1859'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1860> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2307'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1860'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1861> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2308'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1861'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1862> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2309'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1862'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1863> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2310'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1863'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1864> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2311'^^xsd:integer;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1864'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1865> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2312'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1865'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1866> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2313'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1866'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1867> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2314'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1867'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1868> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2315'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1868'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1869> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2316'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1869'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1870> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2317'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1870'^^xsd:string;
  dwc:observationDate '1993-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4608> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5796'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4608'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4609> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5797'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4609'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4610> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5798'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4610'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4611> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5799'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4611'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4612> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5800'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4612'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4613> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5801'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4613'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4614> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5802'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4614'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4615> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5803'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4615'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4616> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5804'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4616'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4617> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5805'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4617'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4618> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5806'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4618'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4619> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5807'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4619'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4620> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5808'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4620'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4621> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5809'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4621'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4622> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5810'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4622'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4623> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5811'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4623'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4624> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5812'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4624'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4625> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5813'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4625'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4626> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5814'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4626'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4627> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5815'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4627'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4628> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5816'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4628'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4629> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5817'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4629'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4630> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5818'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4630'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4631> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5819'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4631'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1764> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2211'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1764'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1765> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2212'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1765'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1766> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2213'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1766'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1767> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2214'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1767'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1768> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2215'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1768'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1769> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2216'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1769'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1770> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2217'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1770'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1771> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2218'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1771'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9070> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10690'^^xsd:integer;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9070'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9071> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10691'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9071'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9072> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10692'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9072'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9073> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10693'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9073'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9074> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10694'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9074'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9075> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10695'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9075'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9076> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10696'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9076'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9077> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10697'^^xsd:integer;
  dwc:scientificName 'Dinophysis sacculus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '232261'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9077'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '232261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9078> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10698'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9078'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9079> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10699'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9079'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9080> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10700'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agiliforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109780'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9080'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '109780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9081> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10701'^^xsd:integer;
  dwc:scientificName 'Gymnodinium variabile'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109835'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9081'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '109835'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9082> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10702'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9082'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9083> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10703'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9083'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9084> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10704'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9084'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9051> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10671'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9051'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9052> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10672'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9052'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9053> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10673'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9053'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9054> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10674'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9054'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9055> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10675'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9055'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9056> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10676'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9056'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9057> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10677'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9057'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9058> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10678'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9058'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9059> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10679'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9059'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9060> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10680'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9060'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9061> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10681'^^xsd:integer;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9061'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9062> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10682'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9062'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9063> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10683'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9063'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9064> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10684'^^xsd:integer;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9064'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9065> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10685'^^xsd:integer;
  dwc:scientificName 'Hyalodiscus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149061'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9065'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '149061'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9066> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10686'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9066'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9067> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10687'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9067'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9068> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10688'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9068'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9069> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10689'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9069'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8054> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9674'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8054'^^xsd:string;
  dwc:observationDate '1992-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8055> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9675'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8055'^^xsd:string;
  dwc:observationDate '1992-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8056> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9676'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8056'^^xsd:string;
  dwc:observationDate '1992-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8057> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9677'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8057'^^xsd:string;
  dwc:observationDate '1992-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8059> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9679'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8059'^^xsd:string;
  dwc:observationDate '1992-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8060> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9680'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8060'^^xsd:string;
  dwc:observationDate '1992-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8061> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9681'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8061'^^xsd:string;
  dwc:observationDate '1992-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8042> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9662'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8042'^^xsd:string;
  dwc:observationDate '1992-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8043> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9663'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8043'^^xsd:string;
  dwc:observationDate '1992-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8044> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9664'^^xsd:integer;
  dwc:scientificName 'Dinophysis baltica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232150'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8044'^^xsd:string;
  dwc:observationDate '1992-03-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8045> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9665'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8045'^^xsd:string;
  dwc:observationDate '1992-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8046> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9666'^^xsd:integer;
  dwc:scientificName 'Gymnodinium variabile'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109835'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8046'^^xsd:string;
  dwc:observationDate '1992-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '109835'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8047> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9667'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8047'^^xsd:string;
  dwc:observationDate '1992-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8048> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9668'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8048'^^xsd:string;
  dwc:observationDate '1992-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8049> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9669'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8049'^^xsd:string;
  dwc:observationDate '1992-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8050> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9670'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8050'^^xsd:string;
  dwc:observationDate '1992-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8051> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9671'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8051'^^xsd:string;
  dwc:observationDate '1992-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8052> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9672'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8052'^^xsd:string;
  dwc:observationDate '1992-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8053> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9673'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8053'^^xsd:string;
  dwc:observationDate '1992-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8058> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9678'^^xsd:integer;
  dwc:scientificName 'Gymnodinium lacustre'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '249715'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8058'^^xsd:string;
  dwc:observationDate '1992-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '249715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_38>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_38> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_38> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_38>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_38>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_38" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '854'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_38'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_39>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_39> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_39> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_39>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_39>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_39" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '855'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_39'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_40>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_40> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_40> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_40>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_40>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_40" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '856'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_40'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_41>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_41> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_41> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_41>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_41>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_41" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '857'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_41'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6147> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7731'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6147'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6148> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7732'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6148'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6149> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7733'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6149'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6150> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7734'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6150'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6151> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7735'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6151'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6152> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7736'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6152'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6153> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7737'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6153'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6154> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7738'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6154'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6155> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7739'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6155'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6156> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7740'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6156'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6157> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7741'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6157'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6158> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7742'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6158'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6159> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7743'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6159'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2958> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3570'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2958'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2959> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3571'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2959'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2960> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3572'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2960'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_45>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_45> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_45> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_45>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_45>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_45" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '861'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_45'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_46>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_46> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_46> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_46>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_46>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_46" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '862'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_46'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_47>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_47> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_47> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_47>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_47>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_47" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '863'^^xsd:integer;
  dwc:scientificName 'Thalassiosira sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '148912'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_47'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '148912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_42>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_42> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_42> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_42>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_42>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_42" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '858'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_42'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_43>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_43> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_43> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_43>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_43>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_43" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '859'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_43'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_44>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_44> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_44> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_44>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 39)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_44>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_44" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '860'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_44'^^xsd:string;
  dwc:observationDate '1993-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3139> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3913'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3139'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3140> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3914'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3140'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3141> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3915'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3141'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3142> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3916'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3142'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3143> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3917'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3143'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3144> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3918'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3144'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3145> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3919'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3145'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3146> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3920'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3146'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3147> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3921'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3147'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3148> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3922'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3148'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3149> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3923'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3149'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3150> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3924'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3150'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3151> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3925'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3151'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3152> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3926'^^xsd:integer;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3152'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3153> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3927'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3153'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3154> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3928'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3154'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1782> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2229'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1782'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1783> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2230'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1783'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1784> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2231'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1784'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1779> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2226'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1779'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1780> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2227'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1780'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1781> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2228'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1781'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1785> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2232'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1785'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1786> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2233'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1786'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1787> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2234'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1787'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1772> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2219'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1772'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1773> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2220'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1773'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1774> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2221'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1774'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1775> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2222'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1775'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1776> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2223'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1776'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1777> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2224'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1777'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1778> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2225'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1778'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1788> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2235'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1788'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1789> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2236'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1789'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1790> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2237'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1790'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8068> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9688'^^xsd:integer;
  dwc:scientificName 'Ochromonas oblonga'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '573922'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8068'^^xsd:string;
  dwc:observationDate '1992-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '573922'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8069> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9689'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8069'^^xsd:string;
  dwc:observationDate '1992-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9166> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10786'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9166'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9167> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10787'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149271'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9167'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '149271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9169> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10789'^^xsd:integer;
  dwc:scientificName 'Poropila dubia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574226'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9169'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9170> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10790'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9170'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9171> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10791'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9171'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9172> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10792'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9172'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9173> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10793'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9173'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9174> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10794'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9174'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9175> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10795'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9175'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9176> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10796'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9176'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9177> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10797'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9177'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9178> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10798'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9178'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9179> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10799'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9179'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9180> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10800'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9180'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9182> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10802'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9182'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9183> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10803'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9183'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9184> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10804'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9184'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9185> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10805'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9185'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9186> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10806'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9186'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9187> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10807'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9187'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9188> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10808'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9188'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9189> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10809'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9189'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9190> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10810'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9190'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9191> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10811'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9191'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9192> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10812'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9192'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9193> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10813'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9193'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9195> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10815'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9195'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9196> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10816'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9196'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9197> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10817'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9197'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9198> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10818'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9198'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9199> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10819'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9199'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9200> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10820'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9200'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9201> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10821'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9201'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9202> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10822'^^xsd:integer;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9202'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9203> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10823'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9203'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9204> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10824'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9204'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9205> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10825'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9205'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9206> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10826'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9206'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9208> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10828'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9208'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9209> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10829'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9209'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9210> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10830'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9210'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9211> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10831'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9211'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9212> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10832'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9212'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9213> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10833'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9213'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9214> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10834'^^xsd:integer;
  dwc:scientificName 'Polykrikos schwarzii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109901'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9214'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '109901'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9228> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10848'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9228'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9229> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10849'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9229'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9230> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10850'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9230'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9231> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10851'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9231'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9232> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10852'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9232'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9234> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10854'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9234'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9235> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10855'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9235'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9294> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10914'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '149271'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9294'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '149271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9295> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10915'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9295'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9296> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10916'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9296'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9297> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10917'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9297'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9298> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10918'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9298'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9299> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10919'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9299'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9300> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10920'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9300'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9301> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10921'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9301'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9302> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10922'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9302'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9303> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10923'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9303'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9304> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10924'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9304'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9305> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10925'^^xsd:integer;
  dwc:scientificName 'Pronoctiluca acuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '233180'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9305'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '233180'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9306> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10926'^^xsd:integer;
  dwc:scientificName 'Pronoctiluca pelagica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109903'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9306'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '109903'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9215> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10835'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9215'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9216> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10836'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9216'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9217> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10837'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9217'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9218> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10838'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149271'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9218'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '149271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9219> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10839'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9219'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9220> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10840'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9220'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9221> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10841'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9221'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9222> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10842'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9222'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9223> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10843'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9223'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9224> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10844'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9224'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9225> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10845'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9225'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9226> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10846'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9226'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9227> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10847'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9227'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9236> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10856'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9236'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9237> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10857'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9237'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9238> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10858'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9238'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9239> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10859'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9239'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9240> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10860'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9240'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9241> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10861'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9241'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9242> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10862'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9242'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9243> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10863'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9243'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9244> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10864'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9244'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9245> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10865'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9245'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9246> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10866'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9246'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9247> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10867'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9247'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9248> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10868'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9248'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9249> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10869'^^xsd:integer;
  dwc:scientificName 'Dinophysis sacculus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '232261'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9249'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '232261'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9250> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10870'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9250'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9251> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10871'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9251'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9252> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10872'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9252'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9253> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10873'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9253'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9254> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10874'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9254'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9255> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10875'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9255'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9256> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10876'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9256'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9257> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10877'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9257'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9258> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10878'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9258'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9259> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10879'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9259'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9260> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10880'^^xsd:integer;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9260'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9261> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10881'^^xsd:integer;
  dwc:scientificName 'Polykrikos schwarzii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109901'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9261'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '109901'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9262> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10882'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9262'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9263> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10883'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9263'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9264> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10884'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9264'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9265> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10885'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9265'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9266> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10886'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9266'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9267> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10887'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9267'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9268> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10888'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9268'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9269> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10889'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9269'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9270> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10890'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9270'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9271> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10891'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9271'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9272> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10892'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9272'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9273> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10893'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9273'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9274> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10894'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9274'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9275> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10895'^^xsd:integer;
  dwc:scientificName 'Cochlodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109474'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9275'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '109474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9276> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10896'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9276'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9277> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10897'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9277'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9278> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10898'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9278'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9279> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10899'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9279'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9280> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10900'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9280'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9281> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10901'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9281'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9282> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10902'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9282'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9283> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10903'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9283'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9284> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10904'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9284'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9285> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10905'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9285'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9286> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10906'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9286'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9287> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10907'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9287'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9288> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10908'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9288'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9289> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10909'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9289'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9290> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10910'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9290'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9291> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10911'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9291'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9292> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10912'^^xsd:integer;
  dwc:scientificName 'Meringosphaera mediterranea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '248129'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9292'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '248129'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9293> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10913'^^xsd:integer;
  dwc:scientificName 'Meringosphaera mediterranea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '248129'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9293'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '248129'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9168> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10788'^^xsd:integer;
  dwc:scientificName 'Thalassiosira eccentrica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '148922'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9168'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '148922'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9207> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10827'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9207'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9233> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10853'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9233'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9181> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10801'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9181'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9194> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.8"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.8 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.8"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10814'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.8'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9194'^^xsd:string;
  dwc:observationDate '1992-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1829> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2276'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1829'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1805> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2252'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polygramma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '110035'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1805'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '110035'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1812> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2259'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1812'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1813> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2260'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1813'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1814> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2261'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1814'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1801> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2248'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1801'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1802> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2249'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1802'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1803> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2250'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1803'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1804> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2251'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1804'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1806> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2253'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1806'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1807> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2254'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1807'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1808> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2255'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1808'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1809> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2256'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1809'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1810> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2257'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1810'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1811> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2258'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1811'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1794> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2241'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agiliforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109780'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1794'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '109780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1791> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2238'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1791'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1792> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2239'^^xsd:integer;
  dwc:scientificName 'Amphidinium extensum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1792'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '1368615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1793> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2240'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1793'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1830> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2277'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1830'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1795> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2242'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1795'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1796> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2243'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1796'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1797> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2244'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1797'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1798> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2245'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1798'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1799> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2246'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1799'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1800> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2247'^^xsd:integer;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1800'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1815> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2262'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1815'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1816> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2263'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1816'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1817> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2264'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1817'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1818> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2265'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1818'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1819> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2266'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1819'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1820> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2267'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1820'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1821> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2268'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1821'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1822> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2269'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1822'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1823> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2270'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1823'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1824> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2271'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1824'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1825> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2272'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1825'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1826> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2273'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1826'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1827> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2274'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1827'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1828> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.83"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.83 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.83"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2275'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.83'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1828'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3239> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4013'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3239'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3240> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4014'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3240'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3241> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4015'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3241'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3242> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4016'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3242'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3243> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4017'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3243'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3244> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4018'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3244'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3247> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4021'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3247'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3248> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4022'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3248'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3260> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4034'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3260'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3261> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4035'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3261'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3262> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4036'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3262'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3263> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4037'^^xsd:integer;
  dwc:scientificName 'Exuviaella perforata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '576722'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3263'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '232516'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3264> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4038'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3264'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3265> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4039'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3265'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3266> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4040'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3266'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3267> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4041'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3267'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3268> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4042'^^xsd:integer;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3268'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3269> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4043'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3269'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3270> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4044'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3270'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3271> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4045'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3271'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3272> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4046'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3272'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3286> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "72"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4060'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '72'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3286'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3287> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4061'^^xsd:integer;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '73'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3287'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3274> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4048'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3274'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3275> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4049'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3275'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3276> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4050'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3276'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3277> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4051'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3277'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3278> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4052'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3278'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3279> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4053'^^xsd:integer;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3279'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3280> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4054'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3280'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3281> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4055'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3281'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3282> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4056'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3282'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3283> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4057'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3283'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3284> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4058'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3284'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3285> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4059'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3285'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3249> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4023'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3249'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3250> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4024'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3250'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3251> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4025'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3251'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3252> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4026'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3252'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3253> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4027'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3253'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3254> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4028'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3254'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3255> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4029'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3255'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3256> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4030'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3256'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3257> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4031'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3257'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3258> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4032'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3258'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3259> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4033'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3259'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3273> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4047'^^xsd:integer;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3273'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3245> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4019'^^xsd:integer;
  dwc:scientificName 'Chlorophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '801'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3245'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3246> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '4020'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3246'^^xsd:string;
  dwc:observationDate '1992-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8086> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9706'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149271'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8086'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '149271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8087> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9707'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8087'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8088> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9708'^^xsd:integer;
  dwc:scientificName 'Ochromonas minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '573921'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8088'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '573921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8089> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9709'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8089'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8090> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9710'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8090'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8091> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9711'^^xsd:integer;
  dwc:scientificName 'Gymnodinium lacustre'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '249715'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8091'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '249715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8092> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.85"^^xsd:decimal ;
  dwc:decimalLongitude "39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.85 39)"^^geo:wktLiteral ;
  geo-pos:lat "43.85"^^xsd:decimal ;
  geo-pos:long "39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9712'^^xsd:integer;
  dwc:scientificName 'Prorocentrum scutellum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39'^^xsd:integer;
  dwc:latitude '43.85'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '110314'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8092'^^xsd:string;
  dwc:observationDate '1992-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '110314'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4597> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5785'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4597'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4598> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5786'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4598'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4599> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5787'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4599'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4600> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5788'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4600'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4601> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5789'^^xsd:integer;
  dwc:scientificName 'Coccolithus fragilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '236067'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4601'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '235962'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4602> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5790'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4602'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4603> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5791'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4603'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4604> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5792'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4604'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4605> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5793'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4605'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4606> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5794'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4606'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4607> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5795'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4607'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4588> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5776'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4588'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4589> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5777'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4589'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4590> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5778'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4590'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4591> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5779'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4591'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4592> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5780'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4592'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4593> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5781'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4593'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4594> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5782'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4594'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4595> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5783'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4595'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4596> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5784'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4596'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4559> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5747'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4559'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4560> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5748'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4560'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4561> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5749'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4561'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4562> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5750'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4562'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4563> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5751'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4563'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4564> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5752'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4564'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4565> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5753'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4565'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4566> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5754'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4566'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4567> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5755'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4567'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4568> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5756'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4568'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4569> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5757'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4569'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4570> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5758'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4570'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4571> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5759'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4571'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4572> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5760'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4572'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4573> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5761'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4573'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4574> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5762'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4574'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4575> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5763'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4575'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4576> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5764'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4576'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4577> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5765'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4577'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4578> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5766'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4578'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4579> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5767'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4579'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4580> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5768'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4580'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4581> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5769'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4581'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4582> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5770'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4582'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4583> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5771'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4583'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4584> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5772'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4584'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4585> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5773'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4585'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4586> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5774'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4586'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4587> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.51 39.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.51"^^xsd:decimal ;
  geo-pos:long "39.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5775'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.01'^^xsd:double;
  dwc:latitude '42.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4587'^^xsd:string;
  dwc:observationDate '1992-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6167> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "39.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7751'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6167'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6168> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "39.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7752'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6168'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6169> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "39.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7753'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6169'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6170> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "39.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7754'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6170'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6171> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "39.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7755'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6171'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6172> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "39.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7756'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6172'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6173> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "39.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7757'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6173'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6174> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "39.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7758'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6174'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6175> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "39.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7759'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6175'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6176> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "39.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7760'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6176'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6177> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "39.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7761'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6177'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6178> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "39.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7762'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6178'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6179> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "39.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7763'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6179'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6180> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "39.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7764'^^xsd:integer;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6180'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6181> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "39.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7765'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6181'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6182> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "39.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7766'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6182'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6183> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "39.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7767'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6183'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6184> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "39.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7768'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6184'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6185> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "39.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7769'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6185'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6160> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "39.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7744'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6160'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6161> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "39.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7745'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6161'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6162> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "39.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7746'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6162'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6163> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "39.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7747'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6163'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6164> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "39.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7748'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6164'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6165> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "39.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7749'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6165'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6166> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.51"^^xsd:decimal ;
  dwc:decimalLongitude "39.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.51 39.02)"^^geo:wktLiteral ;
  geo-pos:lat "43.51"^^xsd:decimal ;
  geo-pos:long "39.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7750'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.02'^^xsd:double;
  dwc:latitude '43.51'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6166'^^xsd:string;
  dwc:observationDate '1992-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3155> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3929'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3155'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3156> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3930'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3156'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3157> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3931'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3157'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3158> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3932'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3158'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3159> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3933'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3159'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3160> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3934'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3160'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3161> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3935'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3161'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3162> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3936'^^xsd:integer;
  dwc:scientificName 'Acanthoica acanthos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '238155'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3162'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '238155'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3163> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3937'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3163'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3164> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3938'^^xsd:integer;
  dwc:scientificName 'Pedinella tricostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '573931'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3164'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '573933'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3165> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3939'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3165'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3166> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3940'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3166'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3167> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3941'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3167'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3168> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3942'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3168'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3169> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3943'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3169'^^xsd:string;
  dwc:observationDate '1992-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9116> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10736'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9116'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9117> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10737'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9117'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9118> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10738'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9118'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9119> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10739'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9119'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9120> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10740'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9120'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9121> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10741'^^xsd:integer;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9121'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9122> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10742'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9122'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9123> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10743'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9123'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9124> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10744'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9124'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9125> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10745'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9125'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9126> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10746'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9126'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9127> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10747'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9127'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9128> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10748'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9128'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9129> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10749'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9129'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9130> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10750'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9130'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9131> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10751'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9131'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9132> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10752'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9132'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9133> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10753'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9133'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9134> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10754'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9134'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9135> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10755'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9135'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9136> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10756'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9136'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9137> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10757'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9137'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9138> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_9138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10758'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_9138'^^xsd:string;
  dwc:observationDate '1992-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6254> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7838'^^xsd:integer;
  dwc:scientificName 'Fragilaria sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6254'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '149028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6255> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7839'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6255'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6256> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7840'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6256'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6257> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7841'^^xsd:integer;
  dwc:scientificName 'Eutreptiella braarudii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '248121'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6257'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '248121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6258> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7842'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6258'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6259> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7843'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6259'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6260> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7844'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6260'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6261> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7845'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6261'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6262> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7846'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6262'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6263> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7847'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6263'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6264> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7848'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6264'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6265> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7849'^^xsd:integer;
  dwc:scientificName 'Eutreptiella braarudii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '248121'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6265'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '248121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6266> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7850'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6266'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6267> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7851'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6267'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6268> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7852'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6268'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6269> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7853'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6269'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6270> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7854'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6270'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6271> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7855'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6271'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6272> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7856'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6272'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6273> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7857'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6273'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6274> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7858'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6274'^^xsd:string;
  dwc:observationDate '1992-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1844> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2291'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1844'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1848> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2295'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1848'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1837> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2284'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1837'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1838> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2285'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1838'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1839> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2286'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1839'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1840> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2287'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1840'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1841> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2288'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1841'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1842> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2289'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1842'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1843> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2290'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1843'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1845> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2292'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1845'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1846> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2293'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1846'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1847> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2294'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1847'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1831> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2278'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1831'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1832> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2279'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1832'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1833> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2280'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1833'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1834> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2281'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1834'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1835> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2282'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1835'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1836> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.5 39.33)"^^geo:wktLiteral ;
  geo-pos:lat "43.5"^^xsd:decimal ;
  geo-pos:long "39.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_1836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '2283'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.33'^^xsd:double;
  dwc:latitude '43.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_1836'^^xsd:string;
  dwc:observationDate '1993-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8070> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.55 39.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.55"^^xsd:decimal ;
  dwc:decimalLongitude "39.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.55 39.38)"^^geo:wktLiteral ;
  geo-pos:lat "43.55"^^xsd:decimal ;
  geo-pos:long "39.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9690'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.38'^^xsd:double;
  dwc:latitude '43.55'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8070'^^xsd:string;
  dwc:observationDate '1992-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8071> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.55 39.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.55"^^xsd:decimal ;
  dwc:decimalLongitude "39.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.55 39.38)"^^geo:wktLiteral ;
  geo-pos:lat "43.55"^^xsd:decimal ;
  geo-pos:long "39.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9691'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.38'^^xsd:double;
  dwc:latitude '43.55'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8071'^^xsd:string;
  dwc:observationDate '1992-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8072> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.55 39.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.55"^^xsd:decimal ;
  dwc:decimalLongitude "39.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.55 39.38)"^^geo:wktLiteral ;
  geo-pos:lat "43.55"^^xsd:decimal ;
  geo-pos:long "39.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9692'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.38'^^xsd:double;
  dwc:latitude '43.55'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8072'^^xsd:string;
  dwc:observationDate '1992-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8073> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.55 39.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.55"^^xsd:decimal ;
  dwc:decimalLongitude "39.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.55 39.38)"^^geo:wktLiteral ;
  geo-pos:lat "43.55"^^xsd:decimal ;
  geo-pos:long "39.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9693'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.38'^^xsd:double;
  dwc:latitude '43.55'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8073'^^xsd:string;
  dwc:observationDate '1992-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8074> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.55 39.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.55"^^xsd:decimal ;
  dwc:decimalLongitude "39.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.55 39.38)"^^geo:wktLiteral ;
  geo-pos:lat "43.55"^^xsd:decimal ;
  geo-pos:long "39.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9694'^^xsd:integer;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.38'^^xsd:double;
  dwc:latitude '43.55'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8074'^^xsd:string;
  dwc:observationDate '1992-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8075> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.55 39.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.55"^^xsd:decimal ;
  dwc:decimalLongitude "39.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.55 39.38)"^^geo:wktLiteral ;
  geo-pos:lat "43.55"^^xsd:decimal ;
  geo-pos:long "39.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9695'^^xsd:integer;
  dwc:scientificName 'Peridinium granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.38'^^xsd:double;
  dwc:latitude '43.55'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '162785'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8075'^^xsd:string;
  dwc:observationDate '1992-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '110223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8015> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "17"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9635'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.98'^^xsd:double;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '17'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8015'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8016> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9636'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.98'^^xsd:double;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8016'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8017> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9637'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.98'^^xsd:double;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8017'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8018> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "34"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9638'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.98'^^xsd:double;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '34'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8018'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8004> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9624'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia alata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.98'^^xsd:double;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8004'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '149168'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8005> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9625'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.98'^^xsd:double;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8005'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8006> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9626'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agile'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.98'^^xsd:double;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232554'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8006'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '707838'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8007> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9627'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.98'^^xsd:double;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8007'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8008> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9628'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.98'^^xsd:double;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8008'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8009> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9629'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.98'^^xsd:double;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8009'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8010> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9630'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.98'^^xsd:double;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8010'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8011> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9631'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.98'^^xsd:double;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8011'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8012> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9632'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.98'^^xsd:double;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8012'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8013> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9633'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.98'^^xsd:double;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8013'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8014> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "39.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 39.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "39.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9634'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.98'^^xsd:double;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8014'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8023> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 39.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "39.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 39.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "39.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9643'^^xsd:integer;
  dwc:scientificName 'Calyptrosphaera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.99'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '235828'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8023'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '235828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8024> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 39.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "39.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 39.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "39.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9644'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '39.99'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8024'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3028> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3802'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3028'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3029> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3803'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3029'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3030> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3804'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3030'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3031> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3805'^^xsd:integer;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3031'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3032> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3806'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3032'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3033> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3807'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3033'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3034> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3808'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3034'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3035> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3809'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3035'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3036> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3810'^^xsd:integer;
  dwc:scientificName 'Pronoctiluca pelagica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109903'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3036'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '109903'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3037> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3811'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3037'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3038> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3812'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3038'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3039> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3813'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3039'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3040> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3814'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3040'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3041> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3815'^^xsd:integer;
  dwc:scientificName 'Pronoctiluca pelagica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109903'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3041'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '109903'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3042> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3816'^^xsd:integer;
  dwc:scientificName 'Thalassiosira subsalina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163480'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3042'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '163480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3043> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3817'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3043'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3044> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3818'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3044'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3045> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3819'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3045'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3047> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3821'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3047'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3048> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3822'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3048'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3049> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3823'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3049'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8911> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10531'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8911'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8912> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10532'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8912'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8913> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10533'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8913'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8914> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10534'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8914'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8915> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10535'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8915'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8916> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10536'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8916'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8917> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10537'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8917'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8918> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10538'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8918'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8919> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10539'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8919'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8920> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10540'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8920'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7999> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9619'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7999'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8000> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9620'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8000'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8001> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9621'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8001'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8002> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9622'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8002'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8003> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9623'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8003'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3046> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.11"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.11 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.11"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3820'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.11'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3046'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4547> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.13"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.13"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5735'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.13'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4547'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4548> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.13"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.13"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5736'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.13'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4548'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4549> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.13"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.13"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5737'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.13'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4549'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4550> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.13"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.13"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5738'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.13'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4550'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4551> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.13"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.13"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5739'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.13'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4551'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4552> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.13"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.13"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5740'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.13'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4552'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4553> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.13"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.13"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5741'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.13'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4553'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4554> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.13"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.13"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5742'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.13'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4554'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4555> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.13"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.13"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5743'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.13'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4555'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4556> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.13"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.13"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5744'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.13'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4556'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4557> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.13"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.13"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5745'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.13'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4557'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4558> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.13"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.13"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5746'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.13'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4558'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4537> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.13"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.13"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5725'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.13'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4537'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4538> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.13"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.13"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5726'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.13'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4538'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4539> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.13"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.13"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5727'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.13'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4539'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4540> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.13"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.13"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5728'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.13'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4540'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4541> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.13"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.13"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5729'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.13'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4541'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4542> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.13"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.13"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5730'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.13'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4542'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4543> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.13"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.13"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5731'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.13'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4543'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4544> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.13"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.13"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5732'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.13'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4544'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4545> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.13"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.13"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5733'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.13'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4545'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4546> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.13"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.13 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.13"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5734'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.13'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4546'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6113> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.15 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.15"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.15 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.15"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7697'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6113'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6114> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.15 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.15"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.15 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.15"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7698'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6114'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6115> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.15 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.15"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.15 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.15"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7699'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6115'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6116> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.15 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.15"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.15 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.15"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7700'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6116'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6117> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.15 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.15"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.15 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.15"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7701'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6117'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6118> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.15 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.15"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.15 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.15"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7702'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6118'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6119> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.15 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.15"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.15 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.15"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7703'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.15'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6119'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6120> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.15 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.15"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.15 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.15"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7704'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.15'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6120'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6121> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.15 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.15"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.15 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.15"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7705'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.15'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6121'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6122> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.15 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.15"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.15 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.15"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7706'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.15'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6122'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3015> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3789'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3015'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3016> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3790'^^xsd:integer;
  dwc:scientificName 'Ankistrodesmus convolutus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '38'^^xsd:integer;
  dwc:aphiaid '575734'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3016'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '160592'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3017> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3791'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '38'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3017'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3018> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3792'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '38'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3018'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3019> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3793'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '73'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3019'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3020> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3794'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '73'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3020'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3021> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3795'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '73'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3021'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3022> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3796'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '73'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3022'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3023> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3797'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '73'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3023'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3024> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3798'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '73'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3024'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3025> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3799'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '73'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3025'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3026> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3800'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '73'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3026'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3027> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3801'^^xsd:integer;
  dwc:scientificName 'Phalacroma sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '73'^^xsd:integer;
  dwc:aphiaid '109466'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3027'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '109466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3011> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3785'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3011'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3012> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3786'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3012'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3013> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3787'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3013'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3014> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3788'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3014'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13063> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3737'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13063'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13064> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3738'^^xsd:integer;
  dwc:scientificName 'Chlorophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '801'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13064'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13065> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3739'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13065'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13066> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3740'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13066'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13067> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3741'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13067'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13068> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3742'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13068'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13069> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3743'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13069'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13070> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3744'^^xsd:integer;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13070'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2978> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3752'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2978'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2979> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3753'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2979'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2980> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3754'^^xsd:integer;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2980'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2981> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3755'^^xsd:integer;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2981'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2982> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3756'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2982'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2983> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3757'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2983'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2984> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3758'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2984'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2985> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3759'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2985'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2986> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3760'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2986'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2987> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3761'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2987'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2988> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3762'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2988'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2989> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3763'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2989'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2990> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3764'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2990'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2991> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3765'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2991'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_966> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '758'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_966'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_967> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '759'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_967'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_971> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '763'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_971'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_972> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '764'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_972'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_973> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '765'^^xsd:integer;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_973'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_962> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '754'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_962'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_963> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '755'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_963'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_964> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '756'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_964'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_965> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '757'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_965'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_956> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '748'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_956'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_957> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '749'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_957'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_960> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '752'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_960'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_961> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '753'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_961'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_958> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '750'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_958'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_959> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '751'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_959'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_968> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '760'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_968'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_969> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '761'^^xsd:integer;
  dwc:scientificName 'Thalassiosira sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '148912'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_969'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '148912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_970> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '762'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_970'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_952> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '744'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_952'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_953> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '745'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_953'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_954> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '746'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_954'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_955> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '747'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_955'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8019> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9639'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8019'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8021> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9641'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8021'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8022> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9642'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8022'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8020> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9640'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8020'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_975> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '767'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_975'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_990> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '782'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_990'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_991> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '783'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_991'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_992> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '784'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_992'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_993> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '785'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_993'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_994> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '786'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_994'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_995> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '787'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_995'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_977> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '769'^^xsd:integer;
  dwc:scientificName 'Stephanodiscus hantzschii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '149080'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_977'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '149080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_978> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '770'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_978'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_979> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '771'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_979'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_980> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '772'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_980'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_981> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '773'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_981'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_982> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '774'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_982'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_983> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '775'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_983'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_984> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '776'^^xsd:integer;
  dwc:scientificName 'Dinophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '21005'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_984'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '19542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_985> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '777'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_985'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_986> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '778'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_986'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_987> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '779'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_987'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_988> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '780'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_988'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_989> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '781'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_989'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_974> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '766'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_974'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_976> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '768'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_976'^^xsd:string;
  dwc:observationDate '1993-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2971> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3745'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2971'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2972> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3746'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2972'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2973> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3747'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2973'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2974> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3748'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2974'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2975> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3749'^^xsd:integer;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2975'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2976> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3750'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2976'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2977> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3751'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2977'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2992> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3766'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2992'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2993> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3767'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2993'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2994> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3768'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2994'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3006> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3780'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3006'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3007> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3781'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3007'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3008> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3782'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3008'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3009> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3783'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3009'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3010> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3784'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3010'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2995> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3769'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2995'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2996> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3770'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2996'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2997> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3771'^^xsd:integer;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2997'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2998> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3772'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2998'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2999> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_2999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3773'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_2999'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3000> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3774'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3000'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3001> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3775'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3001'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3002> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3776'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3002'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3003> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3777'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3003'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3004> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3778'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3004'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3005> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 40)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_3005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3779'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_3005'^^xsd:string;
  dwc:observationDate '1992-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6082> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7666'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6082'^^xsd:string;
  dwc:observationDate '1992-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6083> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7667'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6083'^^xsd:string;
  dwc:observationDate '1992-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13054> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3718'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13054'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13055> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3719'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13055'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13056> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3720'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13056'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13057> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3721'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13057'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13058> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3722'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13058'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13059> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3723'^^xsd:integer;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13059'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13060> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3724'^^xsd:integer;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13060'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13061> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3725'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13061'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13062> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3726'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13062'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13037> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3701'^^xsd:integer;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13037'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13038> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3702'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13038'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13039> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3703'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13039'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13040> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3704'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13040'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13041> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3705'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13041'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13042> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3706'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13042'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13043> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3707'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13043'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13044> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3708'^^xsd:integer;
  dwc:scientificName 'Amphiprora paludosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '149514'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13044'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '163646'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13045> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3709'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13045'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13046> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3710'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13046'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13047> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3711'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13047'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13048> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3712'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13048'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13049> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3713'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13049'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13050> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3714'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13050'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13051> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3715'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13051'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13052> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3716'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13052'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13053> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3717'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13053'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12871> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3727'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12871'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12872> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3728'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12872'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12873> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3729'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12873'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7974> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9594'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus jonesianus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163178'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7974'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '450730'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7975> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9595'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7975'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7976> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9596'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7976'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7977> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9597'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agile'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232554'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7977'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '707838'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7978> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9598'^^xsd:integer;
  dwc:scientificName 'Gymnodinium varians'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163825'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7978'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '163825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7979> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9599'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7979'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7980> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9600'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7980'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7981> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9601'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7981'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7982> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9602'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7982'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8712> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10332'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8712'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8713> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10333'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8713'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8714> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10334'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8714'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8715> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10335'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8715'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8716> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10336'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8716'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8717> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10337'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8717'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8718> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10338'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8718'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8719> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10339'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8719'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8720> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10340'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8720'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8721> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10341'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8721'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8722> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10342'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8722'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8723> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10343'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8723'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8724> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10344'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agiliforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109780'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8724'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '109780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8725> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10345'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8725'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8726> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10346'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8726'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8727> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10347'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8727'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8728> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10348'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8728'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8729> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10349'^^xsd:integer;
  dwc:scientificName 'Chrysococcus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '248110'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8729'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '248110'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8730> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10350'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8730'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8731> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10351'^^xsd:integer;
  dwc:scientificName 'Gymnodinium varians'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '163825'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8731'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '163825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8732> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10352'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8732'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8733> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10353'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8733'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6058> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7642'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6058'^^xsd:string;
  dwc:observationDate '1992-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6059> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7643'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6059'^^xsd:string;
  dwc:observationDate '1992-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6060> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7644'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6060'^^xsd:string;
  dwc:observationDate '1992-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6061> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7645'^^xsd:integer;
  dwc:scientificName 'Dinophysis recurva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109654'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6061'^^xsd:string;
  dwc:observationDate '1992-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '109654'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6062> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7646'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6062'^^xsd:string;
  dwc:observationDate '1992-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6063> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7647'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agiliforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109780'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6063'^^xsd:string;
  dwc:observationDate '1992-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '109780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6064> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7648'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6064'^^xsd:string;
  dwc:observationDate '1992-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6065> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7649'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6065'^^xsd:string;
  dwc:observationDate '1992-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6066> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7650'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6066'^^xsd:string;
  dwc:observationDate '1992-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6067> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7651'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6067'^^xsd:string;
  dwc:observationDate '1992-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6068> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7652'^^xsd:integer;
  dwc:scientificName 'Dinophysis recurva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109654'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6068'^^xsd:string;
  dwc:observationDate '1992-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '109654'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6069> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7653'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6069'^^xsd:string;
  dwc:observationDate '1992-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6070> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7654'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agiliforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109780'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6070'^^xsd:string;
  dwc:observationDate '1992-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '109780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6071> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7655'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6071'^^xsd:string;
  dwc:observationDate '1992-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6072> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7656'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6072'^^xsd:string;
  dwc:observationDate '1992-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6073> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7657'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6073'^^xsd:string;
  dwc:observationDate '1992-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6074> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7658'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6074'^^xsd:string;
  dwc:observationDate '1992-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6075> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7659'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6075'^^xsd:string;
  dwc:observationDate '1992-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6076> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7660'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6076'^^xsd:string;
  dwc:observationDate '1992-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6077> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7661'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6077'^^xsd:string;
  dwc:observationDate '1992-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6078> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7662'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6078'^^xsd:string;
  dwc:observationDate '1992-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6079> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7663'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6079'^^xsd:string;
  dwc:observationDate '1992-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6080> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7664'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6080'^^xsd:string;
  dwc:observationDate '1992-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6081> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43 40)"^^geo:wktLiteral ;
  geo-pos:lat "43"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7665'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6081'^^xsd:string;
  dwc:observationDate '1992-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8694> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.08"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.08"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10314'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8694'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8695> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.08"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.08"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10315'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8695'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8696> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.08"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.08"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10316'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8696'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8697> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.08"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.08"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10317'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8697'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8698> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.08"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.08"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10318'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8698'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8699> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.08"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.08"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10319'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8699'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8700> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.08"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.08"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10320'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8700'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8701> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.08"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.08"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10321'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8701'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8702> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.08"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.08"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10322'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8702'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8703> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.08"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.08"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10323'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.08'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8703'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8704> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.08"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.08"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10324'^^xsd:integer;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.08'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8704'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8705> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.08"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.08"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10325'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.08'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8705'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8706> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.08"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.08"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10326'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.08'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8706'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8707> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.08"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.08"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10327'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.08'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8707'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8708> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.08"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.08"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10328'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.08'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8708'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8709> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.08"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.08"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10329'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.08'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8709'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8710> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.08"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.08"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10330'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.08'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8710'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8711> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.08"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.08 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.08"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10331'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.08'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8711'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13023> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3687'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13023'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13024> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3688'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13024'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13025> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3689'^^xsd:integer;
  dwc:scientificName 'Exuviaella perforata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576722'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13025'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '232516'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13026> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3690'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13026'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13027> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3691'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13027'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13028> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3692'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13028'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13029> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3693'^^xsd:integer;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13029'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13030> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3694'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13030'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13031> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3695'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13031'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13032> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3696'^^xsd:integer;
  dwc:scientificName 'Pronoctiluca pelagica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109903'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13032'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '109903'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13033> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3697'^^xsd:integer;
  dwc:scientificName 'Diatoma elongatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149348'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13033'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '979161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13034> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3698'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13034'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13035> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3699'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13035'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13036> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3700'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13036'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4478> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5666'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4478'^^xsd:string;
  dwc:observationDate '1992-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4479> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5667'^^xsd:integer;
  dwc:scientificName 'Dinophysis levanderi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232152'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4479'^^xsd:string;
  dwc:observationDate '1992-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '232152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4480> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5668'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4480'^^xsd:string;
  dwc:observationDate '1992-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4481> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5669'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4481'^^xsd:string;
  dwc:observationDate '1992-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4482> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5670'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4482'^^xsd:string;
  dwc:observationDate '1992-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4483> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5671'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4483'^^xsd:string;
  dwc:observationDate '1992-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4465> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5653'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4465'^^xsd:string;
  dwc:observationDate '1992-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4466> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5654'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4466'^^xsd:string;
  dwc:observationDate '1992-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4467> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5655'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4467'^^xsd:string;
  dwc:observationDate '1992-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4468> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5656'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4468'^^xsd:string;
  dwc:observationDate '1992-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4469> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5657'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4469'^^xsd:string;
  dwc:observationDate '1992-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4470> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5658'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4470'^^xsd:string;
  dwc:observationDate '1992-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4471> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5659'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4471'^^xsd:string;
  dwc:observationDate '1992-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4472> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5660'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4472'^^xsd:string;
  dwc:observationDate '1992-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4473> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5661'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4473'^^xsd:string;
  dwc:observationDate '1992-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4474> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5662'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4474'^^xsd:string;
  dwc:observationDate '1992-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4475> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5663'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4475'^^xsd:string;
  dwc:observationDate '1992-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4476> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5664'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4476'^^xsd:string;
  dwc:observationDate '1992-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4477> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5665'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4477'^^xsd:string;
  dwc:observationDate '1992-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4458> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5646'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4458'^^xsd:string;
  dwc:observationDate '1992-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4459> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5647'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4459'^^xsd:string;
  dwc:observationDate '1992-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4460> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5648'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4460'^^xsd:string;
  dwc:observationDate '1992-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4461> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5649'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4461'^^xsd:string;
  dwc:observationDate '1992-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4462> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5650'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4462'^^xsd:string;
  dwc:observationDate '1992-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4463> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5651'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4463'^^xsd:string;
  dwc:observationDate '1992-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4464> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5652'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4464'^^xsd:string;
  dwc:observationDate '1992-09-12'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6050> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7634'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6050'^^xsd:string;
  dwc:observationDate '1992-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6051> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7635'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6051'^^xsd:string;
  dwc:observationDate '1992-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6052> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7636'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6052'^^xsd:string;
  dwc:observationDate '1992-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6053> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7637'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6053'^^xsd:string;
  dwc:observationDate '1992-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6054> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7638'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6054'^^xsd:string;
  dwc:observationDate '1992-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6055> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7639'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6055'^^xsd:string;
  dwc:observationDate '1992-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6056> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7640'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6056'^^xsd:string;
  dwc:observationDate '1992-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6057> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.16"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.16 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.16"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7641'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.16'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6057'^^xsd:string;
  dwc:observationDate '1992-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7969> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.18 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.18"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.18 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.18"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9589'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.18'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7969'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7970> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.18 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.18"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.18 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.18"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9590'^^xsd:integer;
  dwc:scientificName 'Ochromonas minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.18'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '573921'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7970'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '573921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7971> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.18 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.18"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.18 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.18"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9591'^^xsd:integer;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.18'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7971'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7972> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.18 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.18"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.18 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.18"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9592'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.18'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7972'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7973> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.18 40)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.18"^^xsd:decimal ;
  dwc:decimalLongitude "40"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.18 40)"^^geo:wktLiteral ;
  geo-pos:lat "43.18"^^xsd:decimal ;
  geo-pos:long "40"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9593'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polygramma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40'^^xsd:integer;
  dwc:latitude '43.18'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '110035'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7973'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '110035'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8025> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 40.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.48"^^xsd:decimal ;
  dwc:decimalLongitude "40.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 40.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.48"^^xsd:decimal ;
  geo-pos:long "40.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9645'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.01'^^xsd:double;
  dwc:latitude '42.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8025'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8026> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 40.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.48"^^xsd:decimal ;
  dwc:decimalLongitude "40.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 40.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.48"^^xsd:decimal ;
  geo-pos:long "40.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9646'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.01'^^xsd:double;
  dwc:latitude '42.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8026'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8027> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 40.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.48"^^xsd:decimal ;
  dwc:decimalLongitude "40.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 40.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.48"^^xsd:decimal ;
  geo-pos:long "40.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9647'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.01'^^xsd:double;
  dwc:latitude '42.48'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8027'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8028> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 40.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.48"^^xsd:decimal ;
  dwc:decimalLongitude "40.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 40.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.48"^^xsd:decimal ;
  geo-pos:long "40.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9648'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus jonesianus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.01'^^xsd:double;
  dwc:latitude '42.48'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163178'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8028'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '450730'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8029> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 40.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.48"^^xsd:decimal ;
  dwc:decimalLongitude "40.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 40.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.48"^^xsd:decimal ;
  geo-pos:long "40.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9649'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.01'^^xsd:double;
  dwc:latitude '42.48'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8029'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8030> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 40.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.48"^^xsd:decimal ;
  dwc:decimalLongitude "40.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 40.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.48"^^xsd:decimal ;
  geo-pos:long "40.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9650'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.01'^^xsd:double;
  dwc:latitude '42.48'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8030'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8031> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 40.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.48"^^xsd:decimal ;
  dwc:decimalLongitude "40.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 40.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.48"^^xsd:decimal ;
  geo-pos:long "40.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9651'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.01'^^xsd:double;
  dwc:latitude '42.48'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8031'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8032> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 40.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.48"^^xsd:decimal ;
  dwc:decimalLongitude "40.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 40.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.48"^^xsd:decimal ;
  geo-pos:long "40.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9652'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.01'^^xsd:double;
  dwc:latitude '42.48'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8032'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8034> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 40.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.48"^^xsd:decimal ;
  dwc:decimalLongitude "40.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 40.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.48"^^xsd:decimal ;
  geo-pos:long "40.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9654'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agile'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.01'^^xsd:double;
  dwc:latitude '42.48'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '232554'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8034'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '707838'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8035> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 40.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.48"^^xsd:decimal ;
  dwc:decimalLongitude "40.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 40.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.48"^^xsd:decimal ;
  geo-pos:long "40.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9655'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.01'^^xsd:double;
  dwc:latitude '42.48'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8035'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8036> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 40.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.48"^^xsd:decimal ;
  dwc:decimalLongitude "40.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 40.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.48"^^xsd:decimal ;
  geo-pos:long "40.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9656'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.01'^^xsd:double;
  dwc:latitude '42.48'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8036'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8037> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 40.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.48"^^xsd:decimal ;
  dwc:decimalLongitude "40.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 40.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.48"^^xsd:decimal ;
  geo-pos:long "40.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9657'^^xsd:integer;
  dwc:scientificName 'Gymnodinium albulum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.01'^^xsd:double;
  dwc:latitude '42.48'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '249714'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8037'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '249714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8038> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 40.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.48"^^xsd:decimal ;
  dwc:decimalLongitude "40.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 40.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.48"^^xsd:decimal ;
  geo-pos:long "40.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9658'^^xsd:integer;
  dwc:scientificName 'Gymnodinium lacustre'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.01'^^xsd:double;
  dwc:latitude '42.48'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '249715'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8038'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '249715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8039> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 40.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.48"^^xsd:decimal ;
  dwc:decimalLongitude "40.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 40.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.48"^^xsd:decimal ;
  geo-pos:long "40.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9659'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.01'^^xsd:double;
  dwc:latitude '42.48'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8039'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8040> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 40.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.48"^^xsd:decimal ;
  dwc:decimalLongitude "40.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 40.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.48"^^xsd:decimal ;
  geo-pos:long "40.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9660'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.01'^^xsd:double;
  dwc:latitude '42.48'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8040'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8041> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 40.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.48"^^xsd:decimal ;
  dwc:decimalLongitude "40.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 40.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.48"^^xsd:decimal ;
  geo-pos:long "40.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9661'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.01'^^xsd:double;
  dwc:latitude '42.48'^^xsd:double;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8041'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8033> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 40.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.48"^^xsd:decimal ;
  dwc:decimalLongitude "40.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.48 40.01)"^^geo:wktLiteral ;
  geo-pos:lat "42.48"^^xsd:decimal ;
  geo-pos:long "40.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9653'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.01'^^xsd:double;
  dwc:latitude '42.48'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8033'^^xsd:string;
  dwc:observationDate '1992-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6084> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.36"^^xsd:decimal ;
  dwc:decimalLongitude "40.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.36"^^xsd:decimal ;
  geo-pos:long "40.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7668'^^xsd:integer;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.05'^^xsd:double;
  dwc:latitude '42.36'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6084'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6085> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.36"^^xsd:decimal ;
  dwc:decimalLongitude "40.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.36"^^xsd:decimal ;
  geo-pos:long "40.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7669'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.05'^^xsd:double;
  dwc:latitude '42.36'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6085'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6086> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.36"^^xsd:decimal ;
  dwc:decimalLongitude "40.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.36"^^xsd:decimal ;
  geo-pos:long "40.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7670'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.05'^^xsd:double;
  dwc:latitude '42.36'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6086'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6087> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.36"^^xsd:decimal ;
  dwc:decimalLongitude "40.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.36"^^xsd:decimal ;
  geo-pos:long "40.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7671'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.05'^^xsd:double;
  dwc:latitude '42.36'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6087'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6088> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.36"^^xsd:decimal ;
  dwc:decimalLongitude "40.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.36"^^xsd:decimal ;
  geo-pos:long "40.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7672'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.05'^^xsd:double;
  dwc:latitude '42.36'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6088'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6089> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.36"^^xsd:decimal ;
  dwc:decimalLongitude "40.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.36"^^xsd:decimal ;
  geo-pos:long "40.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7673'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.05'^^xsd:double;
  dwc:latitude '42.36'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6089'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6090> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.36"^^xsd:decimal ;
  dwc:decimalLongitude "40.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.36"^^xsd:decimal ;
  geo-pos:long "40.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7674'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.05'^^xsd:double;
  dwc:latitude '42.36'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6090'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6091> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.36"^^xsd:decimal ;
  dwc:decimalLongitude "40.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.36"^^xsd:decimal ;
  geo-pos:long "40.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7675'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.05'^^xsd:double;
  dwc:latitude '42.36'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6091'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6092> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.36"^^xsd:decimal ;
  dwc:decimalLongitude "40.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.36"^^xsd:decimal ;
  geo-pos:long "40.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7676'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.05'^^xsd:double;
  dwc:latitude '42.36'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6092'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6093> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.36"^^xsd:decimal ;
  dwc:decimalLongitude "40.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.36"^^xsd:decimal ;
  geo-pos:long "40.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7677'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.05'^^xsd:double;
  dwc:latitude '42.36'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6093'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6094> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.36"^^xsd:decimal ;
  dwc:decimalLongitude "40.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.36"^^xsd:decimal ;
  geo-pos:long "40.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7678'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.05'^^xsd:double;
  dwc:latitude '42.36'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6094'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6095> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.36"^^xsd:decimal ;
  dwc:decimalLongitude "40.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.36"^^xsd:decimal ;
  geo-pos:long "40.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7679'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.05'^^xsd:double;
  dwc:latitude '42.36'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6095'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6096> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.36"^^xsd:decimal ;
  dwc:decimalLongitude "40.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.36"^^xsd:decimal ;
  geo-pos:long "40.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7680'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.05'^^xsd:double;
  dwc:latitude '42.36'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6096'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6097> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.36"^^xsd:decimal ;
  dwc:decimalLongitude "40.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.36"^^xsd:decimal ;
  geo-pos:long "40.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7681'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.05'^^xsd:double;
  dwc:latitude '42.36'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6097'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6098> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.36"^^xsd:decimal ;
  dwc:decimalLongitude "40.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.36"^^xsd:decimal ;
  geo-pos:long "40.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7682'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.05'^^xsd:double;
  dwc:latitude '42.36'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6098'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6099> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.36"^^xsd:decimal ;
  dwc:decimalLongitude "40.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.36"^^xsd:decimal ;
  geo-pos:long "40.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7683'^^xsd:integer;
  dwc:scientificName 'Calyptrosphaera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.05'^^xsd:double;
  dwc:latitude '42.36'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '235828'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6099'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '235828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6100> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.36"^^xsd:decimal ;
  dwc:decimalLongitude "40.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.36"^^xsd:decimal ;
  geo-pos:long "40.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7684'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.05'^^xsd:double;
  dwc:latitude '42.36'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6100'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6101> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.36"^^xsd:decimal ;
  dwc:decimalLongitude "40.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.36"^^xsd:decimal ;
  geo-pos:long "40.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7685'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.05'^^xsd:double;
  dwc:latitude '42.36'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6101'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6102> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.36"^^xsd:decimal ;
  dwc:decimalLongitude "40.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.36"^^xsd:decimal ;
  geo-pos:long "40.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7686'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.05'^^xsd:double;
  dwc:latitude '42.36'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6102'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6103> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.36"^^xsd:decimal ;
  dwc:decimalLongitude "40.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.36"^^xsd:decimal ;
  geo-pos:long "40.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7687'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.05'^^xsd:double;
  dwc:latitude '42.36'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '149106'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6103'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '149106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6104> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.36"^^xsd:decimal ;
  dwc:decimalLongitude "40.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.36"^^xsd:decimal ;
  geo-pos:long "40.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7688'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.05'^^xsd:double;
  dwc:latitude '42.36'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6104'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6105> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.36"^^xsd:decimal ;
  dwc:decimalLongitude "40.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.36"^^xsd:decimal ;
  geo-pos:long "40.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7689'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.05'^^xsd:double;
  dwc:latitude '42.36'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6105'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6106> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.36"^^xsd:decimal ;
  dwc:decimalLongitude "40.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.36"^^xsd:decimal ;
  geo-pos:long "40.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7690'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.05'^^xsd:double;
  dwc:latitude '42.36'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6106'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6107> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.36"^^xsd:decimal ;
  dwc:decimalLongitude "40.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.36"^^xsd:decimal ;
  geo-pos:long "40.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7691'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.05'^^xsd:double;
  dwc:latitude '42.36'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6107'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6108> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.36"^^xsd:decimal ;
  dwc:decimalLongitude "40.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.36"^^xsd:decimal ;
  geo-pos:long "40.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7692'^^xsd:integer;
  dwc:scientificName 'Leptocylindrus danicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.05'^^xsd:double;
  dwc:latitude '42.36'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '149106'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6108'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '149106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6109> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.36"^^xsd:decimal ;
  dwc:decimalLongitude "40.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.36"^^xsd:decimal ;
  geo-pos:long "40.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7693'^^xsd:integer;
  dwc:scientificName 'Calyptrosphaera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.05'^^xsd:double;
  dwc:latitude '42.36'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '235828'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6109'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '235828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6110> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.36"^^xsd:decimal ;
  dwc:decimalLongitude "40.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.36"^^xsd:decimal ;
  geo-pos:long "40.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7694'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.05'^^xsd:double;
  dwc:latitude '42.36'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6110'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6111> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.36"^^xsd:decimal ;
  dwc:decimalLongitude "40.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.36"^^xsd:decimal ;
  geo-pos:long "40.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7695'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.05'^^xsd:double;
  dwc:latitude '42.36'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6111'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6112> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.36"^^xsd:decimal ;
  dwc:decimalLongitude "40.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.36 40.05)"^^geo:wktLiteral ;
  geo-pos:lat "42.36"^^xsd:decimal ;
  geo-pos:long "40.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7696'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.05'^^xsd:double;
  dwc:latitude '42.36'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6112'^^xsd:string;
  dwc:observationDate '1992-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8821> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10441'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8821'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8822> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10442'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8822'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8888> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10508'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8888'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8889> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10509'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8889'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8890> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10510'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8890'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8891> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10511'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8891'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8892> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10512'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8892'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8893> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10513'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8893'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8894> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10514'^^xsd:integer;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8894'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8895> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10515'^^xsd:integer;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8895'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8896> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10516'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8896'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8897> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10517'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8897'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8898> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10518'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8898'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8899> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10519'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8899'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8900> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10520'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8900'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8904> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10524'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8904'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8905> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10525'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8905'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8906> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10526'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8906'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8907> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10527'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8907'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8908> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10528'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8908'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8909> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10529'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8909'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8910> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10530'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8910'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8795> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10415'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8795'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8796> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10416'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8796'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8797> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10417'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8797'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8798> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10418'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8798'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8799> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10419'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8799'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8800> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10420'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8800'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8801> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10421'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8801'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8802> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10422'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8802'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8803> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10423'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8803'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8804> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10424'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8804'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8805> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10425'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8805'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8806> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10426'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8806'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8807> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10427'^^xsd:integer;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8807'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8808> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10428'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8808'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8809> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10429'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8809'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8810> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10430'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8810'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8811> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10431'^^xsd:integer;
  dwc:scientificName 'Phalacroma irregulare'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '576814'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8811'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8812> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10432'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8812'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8813> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10433'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8813'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8814> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10434'^^xsd:integer;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8814'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8815> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10435'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8815'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8816> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10436'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8816'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8817> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10437'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8817'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8818> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10438'^^xsd:integer;
  dwc:scientificName 'Poropila dubia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '574226'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8818'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8819> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10439'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8819'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8820> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10440'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8820'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8862> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10482'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8862'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8863> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10483'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8863'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8864> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10484'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8864'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8865> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10485'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8865'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8866> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10486'^^xsd:integer;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8866'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8868> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10488'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8868'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8869> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10489'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8869'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8870> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10490'^^xsd:integer;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8870'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8871> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10491'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8871'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8872> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10492'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8872'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8873> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10493'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '148917'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8873'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '148917'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8874> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10494'^^xsd:integer;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8874'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8823> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10443'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8823'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8824> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10444'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8824'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8825> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10445'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8825'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8826> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10446'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8826'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8827> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10447'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8827'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8828> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10448'^^xsd:integer;
  dwc:scientificName 'Dinophysis acuminata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109603'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8828'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8829> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10449'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8829'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8830> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10450'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8830'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8831> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10451'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8831'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8832> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10452'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8832'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8833> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10453'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8833'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8834> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10454'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8834'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8835> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10455'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8835'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8875> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10495'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8875'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8876> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10496'^^xsd:integer;
  dwc:scientificName 'Thalassiosira sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '148912'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8876'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '148912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8877> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10497'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8877'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8878> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10498'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8878'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8879> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10499'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8879'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8880> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10500'^^xsd:integer;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8880'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8881> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10501'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8881'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8882> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10502'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8882'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8883> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10503'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8883'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8884> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10504'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8884'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8885> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10505'^^xsd:integer;
  dwc:scientificName 'Dinophysis acuminata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109603'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8885'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8886> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10506'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8886'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8887> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10507'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8887'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8836> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10456'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8836'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8837> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10457'^^xsd:integer;
  dwc:scientificName 'Peridinium breve'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163846'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8837'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '689514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8838> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10458'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8838'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8839> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10459'^^xsd:integer;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8839'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8840> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10460'^^xsd:integer;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8840'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8841> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10461'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8841'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8842> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10462'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8842'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8843> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10463'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8843'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8844> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10464'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8844'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8845> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10465'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8845'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8846> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10466'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8846'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8847> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10467'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8847'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8848> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10468'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8848'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8849> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10469'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8849'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8850> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10470'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8850'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8851> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10471'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8851'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8852> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10472'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8852'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8853> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10473'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8853'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8854> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10474'^^xsd:integer;
  dwc:scientificName 'Chlorophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '801'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8854'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8855> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10475'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8855'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8856> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10476'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8856'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8857> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10477'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8857'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8858> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10478'^^xsd:integer;
  dwc:scientificName 'Dinophysis acuminata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109603'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8858'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8859> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10479'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8859'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8860> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10480'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8860'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8861> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10481'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8861'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8750> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10370'^^xsd:integer;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8750'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8751> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10371'^^xsd:integer;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8751'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8752> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10372'^^xsd:integer;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8752'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8753> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10373'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8753'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8754> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10374'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8754'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8755> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10375'^^xsd:integer;
  dwc:scientificName 'Poropila dubia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574226'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8755'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8756> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10376'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8756'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8757> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10377'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8757'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8758> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10378'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8758'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8759> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10379'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8759'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8760> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10380'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8760'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8761> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10381'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8761'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8762> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10382'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8762'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8763> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10383'^^xsd:integer;
  dwc:scientificName 'Cochlodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109474'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8763'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8764> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10384'^^xsd:integer;
  dwc:scientificName 'Dinophysis acuminata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109603'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8764'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8765> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10385'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8765'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8766> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10386'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8766'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8767> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10387'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8767'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8768> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10388'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8768'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8769> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10389'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8769'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8770> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10390'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8770'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8771> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10391'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8771'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8772> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10392'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8772'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8773> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10393'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8773'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8774> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10394'^^xsd:integer;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8774'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8775> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10395'^^xsd:integer;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8775'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8776> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10396'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8776'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8777> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10397'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8777'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8778> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10398'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8778'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8779> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.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 ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10399'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8779'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8780> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10400'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '148917'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8780'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '148917'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8781> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10401'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8781'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8782> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10402'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8782'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8783> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10403'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8783'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8784> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10404'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8784'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8785> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10405'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8785'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8786> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10406'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8786'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8787> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10407'^^xsd:integer;
  dwc:scientificName 'Oscillatoria sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '146549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8787'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '146549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8788> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10408'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8788'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8789> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10409'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8789'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8790> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10410'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8790'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8791> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10411'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8791'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8792> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10412'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8792'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8793> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10413'^^xsd:integer;
  dwc:scientificName 'Dinophysis acuminata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109603'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8793'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '109603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8794> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10414'^^xsd:integer;
  dwc:scientificName 'Diplopsalis lenticula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '110001'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8794'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '110001'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8901> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10521'^^xsd:integer;
  dwc:scientificName 'Chaetoceros insignis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '575742'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8901'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '575742'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8902> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10522'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8902'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8903> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10523'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8903'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8867> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.53"^^xsd:decimal ;
  dwc:decimalLongitude "40.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.53 40.25)"^^geo:wktLiteral ;
  geo-pos:lat "42.53"^^xsd:decimal ;
  geo-pos:long "40.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10487'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.25'^^xsd:double;
  dwc:latitude '42.53'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8867'^^xsd:string;
  dwc:observationDate '1992-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4505> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5693'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4505'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4506> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5694'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4506'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4507> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5695'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4507'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4484> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5672'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4484'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4485> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5673'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4485'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4486> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5674'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4486'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4487> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5675'^^xsd:integer;
  dwc:scientificName 'Pontosphaera nigra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576677'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4487'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '576677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4488> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5676'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4488'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4489> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5677'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4489'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4490> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5678'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4490'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4521> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5709'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4521'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4522> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5710'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4522'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4523> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5711'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4523'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4524> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5712'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4524'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4525> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5713'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4525'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4526> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5714'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4526'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4527> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5715'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4527'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4528> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5716'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4528'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4529> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5717'^^xsd:integer;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4529'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4530> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5718'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4530'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4531> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5719'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4531'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4532> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5720'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4532'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4533> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5721'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4533'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4491> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5679'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4491'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4492> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5680'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4492'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4493> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5681'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4493'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4494> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5682'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4494'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4495> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5683'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4495'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4496> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5684'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4496'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4497> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5685'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4497'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4498> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5686'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4498'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4499> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5687'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4499'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4500> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5688'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4500'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4501> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5689'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4501'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4502> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5690'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4502'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4503> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5691'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4503'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4504> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5692'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4504'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4534> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5722'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4534'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4535> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5723'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4535'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4536> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5724'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4536'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4508> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5696'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4508'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4509> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5697'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4509'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4510> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5698'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4510'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4511> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5699'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4511'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4512> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5700'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4512'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4513> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5701'^^xsd:integer;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4513'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4514> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5702'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4514'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4515> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5703'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4515'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4516> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5704'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4516'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4517> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5705'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4517'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4518> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5706'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4518'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4519> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5707'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4519'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4520> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.55"^^xsd:decimal ;
  dwc:decimalLongitude "40.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.55 40.26)"^^geo:wktLiteral ;
  geo-pos:lat "42.55"^^xsd:decimal ;
  geo-pos:long "40.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5708'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.26'^^xsd:double;
  dwc:latitude '42.55'^^xsd:double;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4520'^^xsd:string;
  dwc:observationDate '1992-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8738> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.83 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.83"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.83 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.83"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10358'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.83'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8738'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8739> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.83 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.83"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.83 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.83"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10359'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.83'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8739'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8740> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.83 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.83"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.83 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.83"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10360'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.83'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8740'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8741> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.83 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.83"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.83 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.83"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10361'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.83'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8741'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8742> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.83 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.83"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.83 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.83"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10362'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.83'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8742'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8743> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.83 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.83"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.83 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.83"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10363'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.83'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8743'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8744> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.83 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.83"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.83 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.83"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10364'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.83'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8744'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8745> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.83 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.83"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.83 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.83"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10365'^^xsd:integer;
  dwc:scientificName 'Gymnodinium variabile'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.83'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109835'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8745'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '109835'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8746> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.83 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.83"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.83 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.83"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10366'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.83'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8746'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8747> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.83 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.83"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.83 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.83"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10367'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.83'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8747'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8748> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.83 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.83"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.83 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.83"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10368'^^xsd:integer;
  dwc:scientificName 'Gymnodinium neglectum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.83'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '163818'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8748'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '1380418'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8749> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.83 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.83"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.83 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.83"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10369'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.83'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8749'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8734> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.83 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.83"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.83 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.83"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10354'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.83'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8734'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8735> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.83 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.83"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.83 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.83"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10355'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.83'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8735'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8736> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.83 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.83"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.83 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.83"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10356'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.83'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8736'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8737> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.83 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.83"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.83 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.83"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10357'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.83'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8737'^^xsd:string;
  dwc:observationDate '1992-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12874> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3730'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12874'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12875> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3731'^^xsd:integer;
  dwc:scientificName 'Exuviaella perforata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576722'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12875'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '232516'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12876> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3732'^^xsd:integer;
  dwc:scientificName 'Exuviaella perforata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576722'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12876'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '232516'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12877> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3733'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12877'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12878> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3734'^^xsd:integer;
  dwc:scientificName 'Pronoctiluca pelagica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109903'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12878'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '109903'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12879> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3735'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12879'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12880> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3736'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12880'^^xsd:string;
  dwc:observationDate '1992-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6011> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7595'^^xsd:integer;
  dwc:scientificName 'Chaetoceros muelleri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163098'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6011'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '163098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6012> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7596'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6012'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6013> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7597'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6013'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6014> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7598'^^xsd:integer;
  dwc:scientificName 'Pseudopedinella tricostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '160601'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6014'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '573933'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6015> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7599'^^xsd:integer;
  dwc:scientificName 'Eutreptiella braarudii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '248121'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6015'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '248121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6016> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7600'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6016'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6017> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7601'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agiliforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109780'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6017'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '109780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6018> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7602'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6018'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6019> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7603'^^xsd:integer;
  dwc:scientificName 'Gymnodinium lacustre'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '249715'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6019'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '249715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6020> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7604'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6020'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6034> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7618'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6034'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6035> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7619'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6035'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6036> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7620'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6036'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6037> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7621'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6037'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6038> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7622'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6038'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6039> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7623'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6039'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6040> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7624'^^xsd:integer;
  dwc:scientificName 'Eutreptiella braarudii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '248121'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6040'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '248121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6041> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7625'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6041'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6042> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7626'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agiliforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109780'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6042'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '109780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6043> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7627'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6043'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6044> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7628'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6044'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6045> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7629'^^xsd:integer;
  dwc:scientificName 'Acanthoica acanthos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '238155'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6045'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '238155'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6046> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7630'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6046'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6047> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7631'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6047'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6048> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7632'^^xsd:integer;
  dwc:scientificName 'Pseudopedinella tricostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '160601'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6048'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '573933'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6049> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7633'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6049'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6021> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7605'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6021'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6022> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7606'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6022'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6023> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7607'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6023'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6024> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7608'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6024'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6025> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7609'^^xsd:integer;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6025'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6026> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7610'^^xsd:integer;
  dwc:scientificName 'Chaetoceros muelleri'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163098'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6026'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '163098'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6027> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7611'^^xsd:integer;
  dwc:scientificName 'Cocconeis sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '148989'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6027'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '148989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6028> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7612'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6028'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6029> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7613'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6029'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6030> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7614'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6030'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6031> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7615'^^xsd:integer;
  dwc:scientificName 'Pseudopedinella tricostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '160601'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6031'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '573933'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6032> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7616'^^xsd:integer;
  dwc:scientificName 'Eutreptiella braarudii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '248121'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6032'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '248121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6033> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.88"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.88 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.88"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7617'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.88'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6033'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7967> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.93 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.93"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.93 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.93"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9587'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.93'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7967'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7968> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.93 40.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.93"^^xsd:decimal ;
  dwc:decimalLongitude "40.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.93 40.41)"^^geo:wktLiteral ;
  geo-pos:lat "42.93"^^xsd:decimal ;
  geo-pos:long "40.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9588'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.41'^^xsd:double;
  dwc:latitude '42.93'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7968'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8679> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 40.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "40.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 40.7)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "40.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10299'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.7'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8679'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8680> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 40.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "40.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 40.7)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "40.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10300'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.7'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8680'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8681> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 40.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "40.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 40.7)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "40.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10301'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.7'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8681'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8682> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 40.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "40.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 40.7)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "40.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10302'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.7'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8682'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8683> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 40.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "40.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 40.7)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "40.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10303'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.7'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8683'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8684> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 40.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "40.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 40.7)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "40.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10304'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.7'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8684'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8685> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 40.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "40.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 40.7)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "40.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10305'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.7'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8685'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8686> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 40.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "40.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 40.7)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "40.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10306'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.7'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8686'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8687> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 40.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "40.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 40.7)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "40.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10307'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.7'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8687'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8688> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 40.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "40.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 40.7)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "40.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10308'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.7'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8688'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8689> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 40.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "40.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 40.7)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "40.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10309'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.7'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8689'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8690> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 40.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "40.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 40.7)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "40.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10310'^^xsd:integer;
  dwc:scientificName 'Poropila dubia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.7'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '574226'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8690'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8691> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 40.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "40.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 40.7)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "40.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10311'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.7'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8691'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8692> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 40.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "40.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 40.7)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "40.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10312'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.7'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8692'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8693> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 40.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "40.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 40.7)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "40.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10313'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.7'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8693'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5952> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.08"^^xsd:decimal ;
  dwc:decimalLongitude "40.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  geo-pos:lat "42.08"^^xsd:decimal ;
  geo-pos:long "40.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7536'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.89'^^xsd:double;
  dwc:latitude '42.08'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5952'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5953> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.08"^^xsd:decimal ;
  dwc:decimalLongitude "40.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  geo-pos:lat "42.08"^^xsd:decimal ;
  geo-pos:long "40.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7537'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.89'^^xsd:double;
  dwc:latitude '42.08'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5953'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5954> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.08"^^xsd:decimal ;
  dwc:decimalLongitude "40.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  geo-pos:lat "42.08"^^xsd:decimal ;
  geo-pos:long "40.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7538'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.89'^^xsd:double;
  dwc:latitude '42.08'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5954'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5955> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.08"^^xsd:decimal ;
  dwc:decimalLongitude "40.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  geo-pos:lat "42.08"^^xsd:decimal ;
  geo-pos:long "40.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7539'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.89'^^xsd:double;
  dwc:latitude '42.08'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5955'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5956> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.08"^^xsd:decimal ;
  dwc:decimalLongitude "40.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  geo-pos:lat "42.08"^^xsd:decimal ;
  geo-pos:long "40.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7540'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.89'^^xsd:double;
  dwc:latitude '42.08'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5956'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5957> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.08"^^xsd:decimal ;
  dwc:decimalLongitude "40.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  geo-pos:lat "42.08"^^xsd:decimal ;
  geo-pos:long "40.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7541'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.89'^^xsd:double;
  dwc:latitude '42.08'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5957'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5958> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.08"^^xsd:decimal ;
  dwc:decimalLongitude "40.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  geo-pos:lat "42.08"^^xsd:decimal ;
  geo-pos:long "40.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7542'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.89'^^xsd:double;
  dwc:latitude '42.08'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5958'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5959> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.08"^^xsd:decimal ;
  dwc:decimalLongitude "40.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  geo-pos:lat "42.08"^^xsd:decimal ;
  geo-pos:long "40.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7543'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.89'^^xsd:double;
  dwc:latitude '42.08'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5959'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5960> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.08"^^xsd:decimal ;
  dwc:decimalLongitude "40.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  geo-pos:lat "42.08"^^xsd:decimal ;
  geo-pos:long "40.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7544'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.89'^^xsd:double;
  dwc:latitude '42.08'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5960'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5961> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.08"^^xsd:decimal ;
  dwc:decimalLongitude "40.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  geo-pos:lat "42.08"^^xsd:decimal ;
  geo-pos:long "40.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7545'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.89'^^xsd:double;
  dwc:latitude '42.08'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5961'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5962> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.08"^^xsd:decimal ;
  dwc:decimalLongitude "40.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  geo-pos:lat "42.08"^^xsd:decimal ;
  geo-pos:long "40.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7546'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.89'^^xsd:double;
  dwc:latitude '42.08'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5962'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5963> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.08"^^xsd:decimal ;
  dwc:decimalLongitude "40.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  geo-pos:lat "42.08"^^xsd:decimal ;
  geo-pos:long "40.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7547'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.89'^^xsd:double;
  dwc:latitude '42.08'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5963'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5964> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.08"^^xsd:decimal ;
  dwc:decimalLongitude "40.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  geo-pos:lat "42.08"^^xsd:decimal ;
  geo-pos:long "40.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7548'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.89'^^xsd:double;
  dwc:latitude '42.08'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5964'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5965> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.08"^^xsd:decimal ;
  dwc:decimalLongitude "40.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  geo-pos:lat "42.08"^^xsd:decimal ;
  geo-pos:long "40.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7549'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.89'^^xsd:double;
  dwc:latitude '42.08'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5965'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5966> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.08"^^xsd:decimal ;
  dwc:decimalLongitude "40.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  geo-pos:lat "42.08"^^xsd:decimal ;
  geo-pos:long "40.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7550'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agiliforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.89'^^xsd:double;
  dwc:latitude '42.08'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109780'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5966'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '109780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5967> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.08"^^xsd:decimal ;
  dwc:decimalLongitude "40.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  geo-pos:lat "42.08"^^xsd:decimal ;
  geo-pos:long "40.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7551'^^xsd:integer;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.89'^^xsd:double;
  dwc:latitude '42.08'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5967'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5968> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.08"^^xsd:decimal ;
  dwc:decimalLongitude "40.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  geo-pos:lat "42.08"^^xsd:decimal ;
  geo-pos:long "40.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7552'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.89'^^xsd:double;
  dwc:latitude '42.08'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5968'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5969> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.08"^^xsd:decimal ;
  dwc:decimalLongitude "40.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  geo-pos:lat "42.08"^^xsd:decimal ;
  geo-pos:long "40.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7553'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.89'^^xsd:double;
  dwc:latitude '42.08'^^xsd:double;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5969'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5970> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.08"^^xsd:decimal ;
  dwc:decimalLongitude "40.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  geo-pos:lat "42.08"^^xsd:decimal ;
  geo-pos:long "40.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7554'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.89'^^xsd:double;
  dwc:latitude '42.08'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5970'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5971> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.08"^^xsd:decimal ;
  dwc:decimalLongitude "40.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  geo-pos:lat "42.08"^^xsd:decimal ;
  geo-pos:long "40.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7555'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.89'^^xsd:double;
  dwc:latitude '42.08'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5971'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5943> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.08"^^xsd:decimal ;
  dwc:decimalLongitude "40.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  geo-pos:lat "42.08"^^xsd:decimal ;
  geo-pos:long "40.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7527'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.89'^^xsd:double;
  dwc:latitude '42.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5943'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5944> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.08"^^xsd:decimal ;
  dwc:decimalLongitude "40.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  geo-pos:lat "42.08"^^xsd:decimal ;
  geo-pos:long "40.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7528'^^xsd:integer;
  dwc:scientificName 'Calyptrosphaera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.89'^^xsd:double;
  dwc:latitude '42.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '235828'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5944'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '235828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5945> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.08"^^xsd:decimal ;
  dwc:decimalLongitude "40.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  geo-pos:lat "42.08"^^xsd:decimal ;
  geo-pos:long "40.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7529'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.89'^^xsd:double;
  dwc:latitude '42.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5945'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5946> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.08"^^xsd:decimal ;
  dwc:decimalLongitude "40.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  geo-pos:lat "42.08"^^xsd:decimal ;
  geo-pos:long "40.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7530'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.89'^^xsd:double;
  dwc:latitude '42.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5946'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5947> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.08"^^xsd:decimal ;
  dwc:decimalLongitude "40.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  geo-pos:lat "42.08"^^xsd:decimal ;
  geo-pos:long "40.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7531'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.89'^^xsd:double;
  dwc:latitude '42.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5947'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5948> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.08"^^xsd:decimal ;
  dwc:decimalLongitude "40.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  geo-pos:lat "42.08"^^xsd:decimal ;
  geo-pos:long "40.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7532'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.89'^^xsd:double;
  dwc:latitude '42.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5948'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5949> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.08"^^xsd:decimal ;
  dwc:decimalLongitude "40.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  geo-pos:lat "42.08"^^xsd:decimal ;
  geo-pos:long "40.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7533'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.89'^^xsd:double;
  dwc:latitude '42.08'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5949'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5950> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.08"^^xsd:decimal ;
  dwc:decimalLongitude "40.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  geo-pos:lat "42.08"^^xsd:decimal ;
  geo-pos:long "40.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7534'^^xsd:integer;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.89'^^xsd:double;
  dwc:latitude '42.08'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5950'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5951> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.08"^^xsd:decimal ;
  dwc:decimalLongitude "40.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.08 40.89)"^^geo:wktLiteral ;
  geo-pos:lat "42.08"^^xsd:decimal ;
  geo-pos:long "40.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7535'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.89'^^xsd:double;
  dwc:latitude '42.08'^^xsd:double;
  dwc:minimumDepth '4'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5951'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7926> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9546'^^xsd:integer;
  dwc:scientificName 'Thalassiosira baltica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '156690'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7926'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '156690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7927> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9547'^^xsd:integer;
  dwc:scientificName 'Glenodinium danicum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110146'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7927'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '233369'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7928> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9548'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7928'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7929> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9549'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agile'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232554'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7929'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '707838'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7930> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9550'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7930'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7931> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9551'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7931'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7932> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9552'^^xsd:integer;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7932'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7933> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9553'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7933'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7934> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9554'^^xsd:integer;
  dwc:scientificName 'Olisthodiscus luteus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '233765'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7934'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '233765'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7935> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9555'^^xsd:integer;
  dwc:scientificName 'Glenodinium danicum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '110146'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7935'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '233369'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7936> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9556'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7936'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7937> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9557'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7937'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7938> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9558'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7938'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7952> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9572'^^xsd:integer;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7952'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7953> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9573'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7953'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7954> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9574'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7954'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7955> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9575'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7955'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7956> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9576'^^xsd:integer;
  dwc:scientificName 'Halosphaera viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '134546'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7956'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '134546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7957> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9577'^^xsd:integer;
  dwc:scientificName 'Thalassiosira eccentrica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '148922'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7957'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '148922'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7958> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9578'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7958'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7959> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9579'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7959'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7960> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9580'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7960'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7961> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9581'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7961'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7962> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9582'^^xsd:integer;
  dwc:scientificName 'Gymnodinium agile'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '232554'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7962'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '707838'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7963> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9583'^^xsd:integer;
  dwc:scientificName 'Gymnodinium lacustre'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '249715'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7963'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '249715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7964> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9584'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7964'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7939> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9559'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7939'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7940> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9560'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7940'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7941> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9561'^^xsd:integer;
  dwc:scientificName 'Gymnodinium simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109831'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7941'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '663583'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7942> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9562'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7942'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7943> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9563'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7943'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7945> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9565'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7945'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7946> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9566'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7946'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7947> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9567'^^xsd:integer;
  dwc:scientificName 'Glenodinium danicum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '110146'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7947'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '233369'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7948> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9568'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7948'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7949> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9569'^^xsd:integer;
  dwc:scientificName 'Gonyaulax polygramma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '110035'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7949'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '110035'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7950> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9570'^^xsd:integer;
  dwc:scientificName 'Gymnodinium punctatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '232848'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7950'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '232848'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7951> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9571'^^xsd:integer;
  dwc:scientificName 'Gymnodinium variabile'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:aphiaid '109835'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7951'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '109835'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7965> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9585'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7965'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7966> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9586'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7966'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7944> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "40.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 40.98)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "40.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9564'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.98'^^xsd:double;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7944'^^xsd:string;
  dwc:observationDate '1992-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5999> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "40.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "40.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7583'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.99'^^xsd:double;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5999'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6000> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "40.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "40.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7584'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.99'^^xsd:double;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6000'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6002> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "40.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "40.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7586'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.99'^^xsd:double;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6002'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6003> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "40.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "40.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7587'^^xsd:integer;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.99'^^xsd:double;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6003'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6004> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "40.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "40.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7588'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.99'^^xsd:double;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6004'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6005> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "40.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "40.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7589'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.99'^^xsd:double;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6005'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6006> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "40.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "40.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7590'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.99'^^xsd:double;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6006'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6007> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "40.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "40.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7591'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.99'^^xsd:double;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6007'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6008> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "40.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "40.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7592'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.99'^^xsd:double;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6008'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6009> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "40.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "40.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7593'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.99'^^xsd:double;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6009'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6010> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "40.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "40.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7594'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.99'^^xsd:double;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6010'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5991> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "40.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "40.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7575'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.99'^^xsd:double;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5991'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5992> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "40.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "40.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7576'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.99'^^xsd:double;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5992'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5993> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "40.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "40.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7577'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.99'^^xsd:double;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5993'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5994> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "40.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "40.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7578'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.99'^^xsd:double;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5994'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5995> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "40.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "40.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7579'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.99'^^xsd:double;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5995'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5996> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "40.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "40.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7580'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.99'^^xsd:double;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5996'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5997> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "40.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "40.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7581'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.99'^^xsd:double;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5997'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5998> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "40.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "40.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7582'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.99'^^xsd:double;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5998'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6001> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "40.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 40.99)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "40.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_6001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7585'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '40.99'^^xsd:double;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_6001'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13161> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3627'^^xsd:integer;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13161'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13162> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3628'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13162'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13163> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3629'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13163'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13164> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3630'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13164'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13165> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3631'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13165'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13166> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3632'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13166'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13167> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3633'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13167'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13168> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3634'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13168'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13169> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3635'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13169'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13170> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3636'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13170'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12973> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3637'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12973'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12974> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3638'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12974'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12975> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3639'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12975'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12976> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3640'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12976'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12977> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3641'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12977'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12978> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3642'^^xsd:integer;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12978'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12979> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3643'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12979'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12980> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3644'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12980'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12981> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3645'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12981'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12982> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3646'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12982'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12983> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3647'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12983'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12984> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3648'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12984'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12985> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3649'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12985'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12986> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3650'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12986'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12987> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3651'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12987'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12988> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3652'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12988'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12989> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3653'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12989'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12990> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3654'^^xsd:integer;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12990'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12991> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3655'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12991'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12992> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3656'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12992'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12993> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3657'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12993'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12994> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3658'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12994'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12995> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3659'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12995'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12996> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3660'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12996'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12997> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3661'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12997'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12998> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3662'^^xsd:integer;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12998'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12999> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_12999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3663'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_12999'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13000> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3664'^^xsd:integer;
  dwc:scientificName 'Dinobryon sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '157240'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13000'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '157240'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13001> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3665'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13001'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13002> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3666'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13002'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13003> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3667'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13003'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13004> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "56"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3668'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '56'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13004'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13005> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "56"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3669'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '56'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13005'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13006> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "56"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3670'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '56'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13006'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13007> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3671'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13007'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8633> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10253'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8633'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8634> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10254'^^xsd:integer;
  dwc:scientificName 'Polykrikos schwarzii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109901'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8634'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '109901'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8635> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10255'^^xsd:integer;
  dwc:scientificName 'Poropila dubia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '574226'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8635'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8636> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10256'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8636'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8637> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10257'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8637'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8638> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10258'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8638'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8639> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10259'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8639'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8640> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10260'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8640'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8641> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10261'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8641'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8642> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10262'^^xsd:integer;
  dwc:scientificName 'Poropila dubia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '574226'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8642'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8643> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10263'^^xsd:integer;
  dwc:scientificName 'Pronoctiluca pelagica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109903'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8643'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '109903'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8644> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10264'^^xsd:integer;
  dwc:scientificName 'Chlorophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '801'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8644'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8645> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10265'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8645'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7991> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9611'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7991'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7992> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9612'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7992'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7993> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9613'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7993'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7994> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9614'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7994'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7995> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9615'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7995'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7996> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9616'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7996'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7997> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9617'^^xsd:integer;
  dwc:scientificName 'Gymnodinium variabile'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:aphiaid '109835'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7997'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '109835'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7998> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9618'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7998'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7986> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9606'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7986'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7987> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9607'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7987'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7988> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9608'^^xsd:integer;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7988'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7989> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9609'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7989'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7990> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9610'^^xsd:integer;
  dwc:scientificName 'Calyptrosphaera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '235828'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7990'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '235828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8550> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10170'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8550'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8551> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10171'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8551'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8552> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10172'^^xsd:integer;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8552'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8553> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10173'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8553'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8554> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10174'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8554'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8555> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10175'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8555'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8556> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10176'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8556'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8557> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10177'^^xsd:integer;
  dwc:scientificName 'Poropila dubia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574226'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8557'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8558> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10178'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8558'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8559> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10179'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8559'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8560> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10180'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8560'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8561> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10181'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8561'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8562> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10182'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8562'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8542> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10162'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8542'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8543> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10163'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8543'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8544> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10164'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8544'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8545> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10165'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8545'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8546> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10166'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8546'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8547> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10167'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8547'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8548> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10168'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8548'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8549> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10169'^^xsd:integer;
  dwc:scientificName 'Gymnodinium simplex'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109831'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8549'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '663583'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8563> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10183'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8563'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8564> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10184'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8564'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8565> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10185'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8565'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8566> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10186'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8566'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8567> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10187'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8567'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8568> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10188'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8568'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8569> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10189'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8569'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8570> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10190'^^xsd:integer;
  dwc:scientificName 'Peridinium brochii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '576813'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8570'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '110211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8571> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10191'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8571'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8572> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10192'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8572'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8573> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10193'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8573'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8574> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10194'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8574'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8575> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10195'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8575'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8576> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10196'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8576'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8578> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10198'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8578'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8579> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10199'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8579'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8580> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10200'^^xsd:integer;
  dwc:scientificName 'Cochlodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109474'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8580'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '109474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8581> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10201'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8581'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8582> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10202'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8582'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8583> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10203'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8583'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8584> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10204'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8584'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8586> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10206'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8586'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8587> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10207'^^xsd:integer;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8587'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8588> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10208'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8588'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8589> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10209'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8589'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8590> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10210'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8590'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8591> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10211'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8591'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8592> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10212'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8592'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8593> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10213'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8593'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8594> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10214'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8594'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8595> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10215'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8595'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8596> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10216'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8596'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8597> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10217'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8597'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8598> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10218'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8598'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8599> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10219'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8599'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8601> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10221'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8601'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8602> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10222'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8602'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8603> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10223'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8603'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8604> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10224'^^xsd:integer;
  dwc:scientificName 'Calyptrosphaera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '235828'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8604'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '235828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8605> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10225'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8605'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8606> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10226'^^xsd:integer;
  dwc:scientificName 'Poropila dubia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '574226'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8606'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8607> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10227'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8607'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8608> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10228'^^xsd:integer;
  dwc:scientificName 'Polykrikos schwarzii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109901'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8608'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '109901'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8609> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10229'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8609'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8610> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10230'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8610'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8611> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10231'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8611'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8613> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10233'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8613'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8614> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10234'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8614'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8615> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10235'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8615'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8616> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10236'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8616'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8617> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10237'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8617'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8618> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10238'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8618'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8619> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10239'^^xsd:integer;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8619'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8620> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10240'^^xsd:integer;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8620'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8621> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10241'^^xsd:integer;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8621'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8622> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10242'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8622'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8623> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10243'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8623'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8624> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10244'^^xsd:integer;
  dwc:scientificName 'Cryptophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17639'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8624'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '17639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8626> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10246'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8626'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8627> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10247'^^xsd:integer;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8627'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8628> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10248'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8628'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8629> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10249'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8629'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8630> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10250'^^xsd:integer;
  dwc:scientificName 'Chlorophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '801'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8630'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8631> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10251'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8631'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8632> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10252'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8632'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8646> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10266'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8646'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8647> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10267'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8647'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8648> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10268'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8648'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8649> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10269'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8649'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8577> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10197'^^xsd:integer;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8577'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8612> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10232'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8612'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8585> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10205'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8585'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8625> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10245'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '148917'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8625'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '148917'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8600> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10220'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8600'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4403> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5591'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4403'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4404> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5592'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4404'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4405> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5593'^^xsd:integer;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4405'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4406> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5594'^^xsd:integer;
  dwc:scientificName 'Syracosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '115084'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4406'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '115084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4407> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5595'^^xsd:integer;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4407'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4408> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5596'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4408'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4409> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5597'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4409'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4410> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5598'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4410'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4411> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5599'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4411'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4412> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5600'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4412'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4413> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5601'^^xsd:integer;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '16'^^xsd:integer;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4413'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4414> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5602'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4414'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4415> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5603'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4415'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4416> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5604'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4416'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4417> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5605'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4417'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4418> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5606'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4418'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4419> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5607'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4419'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4420> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5608'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4420'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4421> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5609'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4421'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4379> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5567'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4379'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4380> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5568'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4380'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4381> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5569'^^xsd:integer;
  dwc:scientificName 'Dinophysis caudata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109612'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4381'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '109612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4382> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5570'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4382'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4383> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5571'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4383'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4384> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5572'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4384'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4385> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5573'^^xsd:integer;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4385'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4386> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5574'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4386'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4387> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5575'^^xsd:integer;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4387'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4388> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5576'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4388'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4389> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5577'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4389'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4390> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5578'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4390'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4391> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5579'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4391'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4392> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5580'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4392'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4393> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5581'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4393'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4394> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5582'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4394'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4395> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5583'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4395'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4396> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5584'^^xsd:integer;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4396'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4397> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5585'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4397'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4398> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5586'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4398'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4399> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5587'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4399'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4400> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5588'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4400'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4401> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5589'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4401'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4402> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5590'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4402'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4422> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5610'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4422'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4423> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5611'^^xsd:integer;
  dwc:scientificName 'Rhodomonas sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:aphiaid '106289'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4423'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '106289'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4424> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5612'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4424'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4425> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5613'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4425'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4426> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42 41)"^^geo:wktLiteral ;
  geo-pos:lat "42"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5614'^^xsd:integer;
  dwc:scientificName 'Pronoctiluca pelagica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109903'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4426'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '109903'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13008> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3672'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13008'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13009> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3673'^^xsd:integer;
  dwc:scientificName 'Exuviaella perforata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576722'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13009'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '232516'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13010> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3674'^^xsd:integer;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13010'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13011> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3675'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13011'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13012> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3676'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13012'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13013> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3677'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13013'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13014> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3678'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13014'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13015> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3679'^^xsd:integer;
  dwc:scientificName 'Exuviaella perforata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576722'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13015'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '232516'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13016> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3680'^^xsd:integer;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13016'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13017> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3681'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13017'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13018> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3682'^^xsd:integer;
  dwc:scientificName 'Gymnodinium kowalevskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '232795'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13018'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '232795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7983> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9603'^^xsd:integer;
  dwc:scientificName 'Nitzschia tenuirostris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '418215'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7983'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '418215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7984> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9604'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7984'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7985> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_7985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '9605'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_7985'^^xsd:string;
  dwc:observationDate '1992-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8650> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10270'^^xsd:integer;
  dwc:scientificName 'Coscinodiscus janischii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '179607'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8650'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '179607'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8651> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10271'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8651'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8652> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10272'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8652'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8653> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10273'^^xsd:integer;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8653'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8654> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10274'^^xsd:integer;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8654'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8666> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10286'^^xsd:integer;
  dwc:scientificName 'Peridinium granii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '162785'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8666'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '110223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8667> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10287'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8667'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8668> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10288'^^xsd:integer;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8668'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8669> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10289'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8669'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8670> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10290'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8670'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8671> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10291'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8671'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8672> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10292'^^xsd:integer;
  dwc:scientificName 'Gymnodinium variabile'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109835'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8672'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '109835'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8673> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10293'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8673'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8674> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10294'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8674'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8675> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10295'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8675'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8676> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10296'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8676'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8677> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10297'^^xsd:integer;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8677'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8678> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10298'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8678'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5972> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7556'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5972'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5973> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7557'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5973'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5974> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7558'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5974'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5975> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7559'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5975'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5976> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7560'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5976'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5977> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7561'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5977'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5978> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7562'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5978'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5979> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7563'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5979'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5980> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7564'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5980'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5981> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7565'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5981'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5982> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7566'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5982'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5983> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7567'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5983'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5984> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7568'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5984'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5985> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7569'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5985'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5986> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7570'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5986'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5987> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7571'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5987'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5988> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7572'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5988'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5989> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7573'^^xsd:integer;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5989'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5990> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_5990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '7574'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_5990'^^xsd:string;
  dwc:observationDate '1992-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8655> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10275'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8655'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8656> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10276'^^xsd:integer;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8656'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8657> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10277'^^xsd:integer;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8657'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8658> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10278'^^xsd:integer;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8658'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8659> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10279'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8659'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8660> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10280'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8660'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8661> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10281'^^xsd:integer;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8661'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8662> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10282'^^xsd:integer;
  dwc:scientificName 'Chaetoceros socialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '149123'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8662'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '149123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8663> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10283'^^xsd:integer;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8663'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8664> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10284'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8664'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8665> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.5"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_8665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '10285'^^xsd:integer;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.5'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_8665'^^xsd:string;
  dwc:observationDate '1992-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4439> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5627'^^xsd:integer;
  dwc:scientificName 'Coccolithus fragilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236067'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4439'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '235962'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4440> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5628'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4440'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4441> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5629'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4441'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4442> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5630'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4442'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4443> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5631'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4443'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4444> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5632'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4444'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4445> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5633'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4445'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4446> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5634'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4446'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4447> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5635'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4447'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4448> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5636'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4448'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4449> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5637'^^xsd:integer;
  dwc:scientificName 'Dinophysis caudata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109612'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4449'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '109612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4450> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5638'^^xsd:integer;
  dwc:scientificName 'Exuviaella apora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '576721'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4450'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '110291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4451> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5639'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4451'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4452> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5640'^^xsd:integer;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4452'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4453> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5641'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4453'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4454> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5642'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4454'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4455> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5643'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4455'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4456> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5644'^^xsd:integer;
  dwc:scientificName 'Cyanophyceae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '146542'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4456'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '146542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4457> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5645'^^xsd:integer;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4457'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4427> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5615'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4427'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4428> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5616'^^xsd:integer;
  dwc:scientificName 'Thalassionema nitzschioides'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4428'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4429> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5617'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4429'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4430> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5618'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4430'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4431> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5619'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4431'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4432> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5620'^^xsd:integer;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4432'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4433> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5621'^^xsd:integer;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4433'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4434> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5622'^^xsd:integer;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4434'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4435> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5623'^^xsd:integer;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4435'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4436> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5624'^^xsd:integer;
  dwc:scientificName 'Chrysophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '17166'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4436'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '146230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4437> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5625'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4437'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4438> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.63"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.63 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.63"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_4438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '5626'^^xsd:integer;
  dwc:scientificName 'Coccolithophoridae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.63'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '115059'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_4438'^^xsd:string;
  dwc:observationDate '1992-09-11'^^xsd:date;
  dwc:aphiaIdAccepted '115059'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13019> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3683'^^xsd:integer;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13019'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13020> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3684'^^xsd:integer;
  dwc:scientificName 'Exuviaella perforata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576722'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13020'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '232516'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13021> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3685'^^xsd:integer;
  dwc:scientificName 'Gymnodinium wulfii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13021'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13022> ;
  mr:hasGeometry <https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.65"^^xsd:decimal ;
  dwc:decimalLongitude "41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.65 41)"^^geo:wktLiteral ;
  geo-pos:lat "42.65"^^xsd:decimal ;
  geo-pos:long "41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/2708__UkrSCES_Yu%20V%20Bryantseva%20Black%20Sea%20phytoplankton%20database%201_13022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2708_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'UkrSCES'^^xsd:string;
  dwc:collectionCode 'Yu V Bryantseva Black Sea phytoplankton database 1'^^xsd:string;
  dwc:catalogNumber '3686'^^xsd:integer;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:longitude '41'^^xsd:integer;
  dwc:latitude '42.65'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:samplingEffort 'million cells/m³'^^xsd:string;
  dwc:occurrenceId 'UkrSCES_Yu V Bryantseva Black Sea phytoplankton database 1_13022'^^xsd:string;
  dwc:observationDate '1992-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF